Searched refs:MessagingPropertyAnimator (Results 1 – 7 of 7) sorted by relevance
230 MessagingPropertyAnimator.recycle(this); in recycle()237 MessagingPropertyAnimator.setToLaidOutPosition(this); in removeGroupAnimated()249 MessagingPropertyAnimator.startLocalTranslationTo(view, disappearTranslation, in performRemoveAnimation()251 MessagingPropertyAnimator.fadeOut(view, endAction); in performRemoveAnimation()466 MessagingPropertyAnimator.fadeIn(message.getView()); in onLayout()468 MessagingPropertyAnimator.startLocalTranslationFrom(message.getView(), in onLayout()
78 MessagingPropertyAnimator.recycle(mHostView); in recycle()
78 = new MessagingPropertyAnimator();545 MessagingPropertyAnimator.fadeIn(group.getAvatar()); in onLayout()546 MessagingPropertyAnimator.fadeIn(group.getSenderView()); in onLayout()547 MessagingPropertyAnimator.startLocalTranslationFrom(group, in onLayout()
99 return !MessagingPropertyAnimator.isAnimatingTranslation(view); in isClippingEnablingAllowed()
33 public class MessagingPropertyAnimator implements View.OnLayoutChangeListener { class
27 import com.android.internal.widget.MessagingPropertyAnimator;411 mOwnPosition[1] -= MessagingPropertyAnimator.getTop(mTransformedView) in getLocationOnScreen()412 - MessagingPropertyAnimator.getLayoutTop(mTransformedView); in getLocationOnScreen()
29 import com.android.internal.widget.MessagingPropertyAnimator;375 if (isGone(child) || MessagingPropertyAnimator.isAnimatingAlpha(child)) { in setVisible()