Searched refs:revealOrHideViewWithAnimation (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | AttachmentPreview.java | 121 UiUtils.revealOrHideViewWithAnimation(mCloseButton, GONE, in hideAttachmentPreview() 129 UiUtils.revealOrHideViewWithAnimation(viewToHide, INVISIBLE, in hideAttachmentPreview() 198 UiUtils.revealOrHideViewWithAnimation(mCloseButton, VISIBLE, in onAttachmentsChanged()
|
D | AsyncImageView.java | 202 UiUtils.revealOrHideViewWithAnimation(this, VISIBLE, null); in setImage()
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ComposeMessageView.java | 671 UiUtils.revealOrHideViewWithAnimation(mSendButton, VISIBLE, null); in updateVisualsOnDraftChanged() 677 UiUtils.revealOrHideViewWithAnimation(mSelfSendIcon, GONE, null); in updateVisualsOnDraftChanged() 684 UiUtils.revealOrHideViewWithAnimation(mSelfSendIcon, VISIBLE, null); in updateVisualsOnDraftChanged() 686 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
|