Searched refs:isGone (Results 1 – 5 of 5) sorted by relevance
103 if (!isGone(ownGroup)) { in transformViewInternal()155 if (isGone(child)) { in appear()188 if (isGone(child)) { in disappear()224 if (isGone(messagingGroup)) { in filterHiddenGroups()245 if (isGone(child)) { in transformGroups()252 if (isGone(otherChild)) { in transformGroups()339 private boolean isGone(View view) { in isGone() method in MessagingLayoutTransformState358 if (!isGone(ownGroup)) { in setVisible()375 if (isGone(child) || MessagingPropertyAnimator.isAnimatingAlpha(child)) { in setVisible()389 if (!isGone(ownGroup)) { in resetTransformedView()[all …]
147 || (MessagingLinearLayout.isGone(v) && !isHidingAnimated(v))) { in startTopAnimation()219 if (!view.isShown() || (MessagingLinearLayout.isGone(view) && !isHidingAnimated(view))) { in fadeOut()
238 public static boolean isGone(View view) { in isGone() method in MessagingLinearLayout
203 if (wasShown && !MessagingLinearLayout.isGone(view)) { in removeMessage()
227 if (wasShown && !MessagingLinearLayout.isGone(group)) { in removeGroups()