Searched refs:revealOrHideViewWithAnimation (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/
H A DAttachmentPreview.java121 UiUtils.revealOrHideViewWithAnimation(mCloseButton, GONE,
129 UiUtils.revealOrHideViewWithAnimation(viewToHide, INVISIBLE,
198 UiUtils.revealOrHideViewWithAnimation(mCloseButton, VISIBLE,
H A DAsyncImageView.java202 UiUtils.revealOrHideViewWithAnimation(this, VISIBLE, null);
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DComposeMessageView.java671 UiUtils.revealOrHideViewWithAnimation(mSendButton, VISIBLE, null);
677 UiUtils.revealOrHideViewWithAnimation(mSelfSendIcon, GONE, null);
684 UiUtils.revealOrHideViewWithAnimation(mSelfSendIcon, VISIBLE, null);
686 UiUtils.revealOrHideViewWithAnimation(mSendButton, GONE, null);
/packages/apps/Messaging/src/com/android/messaging/util/
H A DUiUtils.java204 public static void revealOrHideViewWithAnimation(final View view, final int desiredVisibility, method in class:UiUtils

Completed in 147 milliseconds