HomeSort by relevance Sort by last modified time
    Searched refs:revealOrHideViewWithAnimation (Results 1 - 4 of 4) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/
AttachmentPreview.java 121 UiUtils.revealOrHideViewWithAnimation(mCloseButton, GONE,
129 UiUtils.revealOrHideViewWithAnimation(viewToHide, INVISIBLE,
198 UiUtils.revealOrHideViewWithAnimation(mCloseButton, VISIBLE,
AsyncImageView.java 202 UiUtils.revealOrHideViewWithAnimation(this, VISIBLE, null);
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ComposeMessageView.java 671 UiUtils.revealOrHideViewWithAnimation(mSendButton, VISIBLE, null);
677 UiUtils.revealOrHideViewWithAnimation(mSelfSendIcon, GONE, null);
684 UiUtils.revealOrHideViewWithAnimation(mSelfSendIcon, VISIBLE, null);
686 UiUtils.revealOrHideViewWithAnimation(mSendButton, GONE, null);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
UiUtils.java 204 public static void revealOrHideViewWithAnimation(final View view, final int desiredVisibility,

Completed in 887 milliseconds