fun clearAllViews()

in app/src/main/java/com/amazonaws/ivs/player/scrollablefeed/common/heartview/HeartLayout.kt [31:36]


    fun clearAllViews() {
        (0 .. childCount).forEach { index ->
            getChildAt(index)?.clearAnimation()
        }
        removeAllViews()
    }