Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DAttachmentPreview.java121 UiUtils.revealOrHideViewWithAnimation(mCloseButton, GONE, in hideAttachmentPreview()
129 UiUtils.revealOrHideViewWithAnimation(viewToHide, INVISIBLE, in hideAttachmentPreview()
198 UiUtils.revealOrHideViewWithAnimation(mCloseButton, VISIBLE, in onAttachmentsChanged()
DAsyncImageView.java204 UiUtils.revealOrHideViewWithAnimation(this, VISIBLE, null); in setImage()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DComposeMessageView.java727 UiUtils.revealOrHideViewWithAnimation(mSendButton, VISIBLE, null); in updateVisualsOnDraftChanged()
733 UiUtils.revealOrHideViewWithAnimation(mSelfSendIcon, GONE, null); in updateVisualsOnDraftChanged()
740 UiUtils.revealOrHideViewWithAnimation(mSelfSendIcon, VISIBLE, null); in updateVisualsOnDraftChanged()
742 UiUtils.revealOrHideViewWithAnimation(mSendButton, GONE, null); in updateVisualsOnDraftChanged()
/packages/apps/Messaging/src/com/android/messaging/util/
DUiUtils.java204 public static void revealOrHideViewWithAnimation(final View view, final int desiredVisibility, in revealOrHideViewWithAnimation() method in UiUtils