Searched refs:isGone (Results 1 – 10 of 10) sorted by relevance
105 if (!isGone(ownGroup)) { in transformViewInternal()157 if (isGone(child)) { in appear()190 if (isGone(child)) { in disappear()226 if (isGone(messagingGroup)) { in filterHiddenGroups()268 if (isGone(child)) { in transformGroups()276 if (isGone(otherChild)) { in transformGroups()328 ownState.setIsSameAsAnyView(sameAsAny && !isGone(otherView)); in transformView()333 if (!isGone(otherView)) { in transformView()336 if (!isGone(ownView)) { in transformView()352 if (!isGone(otherView)) { in transformView()[all …]
28 import androidx.core.view.isGone59 progressBar?.isGone = true in hide()102 progressBar?.isGone = false in createAndShowOverlay()
213 ?.also { isGone -> if (!isGone) fail("\"On\" button should not be shown in Pip menu") } in <lambda>() method
147 || (MessagingLinearLayout.isGone(v) && !isHidingAnimated(v))) { in startTopAnimation()219 if (!view.isShown() || (MessagingLinearLayout.isGone(view) && !isHidingAnimated(view))) { in fadeOut()
321 public static boolean isGone(View view) { in isGone() method in MessagingLinearLayout364 if (isGone(child)) { in getBaseline()
210 boolean isGone = visibility == GONE; in onFinishInflate()213 if (wasGone != isGone) { in onFinishInflate()234 if (wasGone != isGone) { in onFinishInflate()968 if (wasShown && !MessagingLinearLayout.isGone(group)) { in removeGroups()
338 if (wasShown && !MessagingLinearLayout.isGone(group)) { in removeGroups()
281 if (wasShown && !MessagingLinearLayout.isGone(view)) { in removeMessage()
216 ) { isIdleOnCommunal, isGone, isOccluded, isDreaming -> in <lambda>() method217 isIdleOnCommunal || isGone || isOccluded || isDreaming in <lambda>()
41 import androidx.core.view.isGone in <lambda>()592 .filter { it.isGone } in <lambda>()