Searched refs:showContentOrHide (Results 1 – 1 of 1) sorted by relevance
168 viewsToHideWhenSmall.forEach { it.showContentOrHide(forceHide = size.isSmall) } in <lambda>()530 v.showContentOrHide(forceHide = size.isSmall) in <lambda>()663 private fun View.showContentOrHide(forceHide: Boolean = false) { in showContentOrHide() method