Searched refs:revealOrHideViewWithAnimation (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | AttachmentPreview.java | 123 UiUtils.revealOrHideViewWithAnimation(mCloseButton, GONE, in hideAttachmentPreview() 131 UiUtils.revealOrHideViewWithAnimation(viewToHide, INVISIBLE, in hideAttachmentPreview() 201 UiUtils.revealOrHideViewWithAnimation(mCloseButton, VISIBLE, in onAttachmentsChanged()
|
D | AsyncImageView.java | 204 UiUtils.revealOrHideViewWithAnimation(this, VISIBLE, null); in setImage()
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ComposeMessageView.java | 729 UiUtils.revealOrHideViewWithAnimation(mSendButton, VISIBLE, null); in updateVisualsOnDraftChanged() 735 UiUtils.revealOrHideViewWithAnimation(mSelfSendIcon, GONE, null); in updateVisualsOnDraftChanged() 742 UiUtils.revealOrHideViewWithAnimation(mSelfSendIcon, VISIBLE, null); in updateVisualsOnDraftChanged() 744 UiUtils.revealOrHideViewWithAnimation(mSendButton, GONE, null); in updateVisualsOnDraftChanged()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | UiUtils.java | 204 public static void revealOrHideViewWithAnimation(final View view, final int desiredVisibility, in revealOrHideViewWithAnimation() method in UiUtils
|