Searched refs:getMeasuredBoundsOnScreen (Results 1 – 12 of 12) sorted by relevance
118 final Rect containerRect = UiUtils.getMeasuredBoundsOnScreen(mContainer); in startAnimation()119 final Rect decorRect = UiUtils.getMeasuredBoundsOnScreen(decorView); in startAnimation()141 final Rect viewRect = UiUtils.getMeasuredBoundsOnScreen(mViewToAnimate); in startAnimation()
187 mPopupRect.set(UiUtils.getMeasuredBoundsOnScreen(mPopupRoot)); in applyTransformation()188 mActionBarRect.set(UiUtils.getMeasuredBoundsOnScreen(mActionBarView)); in applyTransformation()298 outRect.set(UiUtils.getMeasuredBoundsOnScreen(view)); in getViewScreenMeasureRect()
99 final Rect bounds = UiUtils.getMeasuredBoundsOnScreen(view); in createAttachmentPreview()107 final Rect bounds = UiUtils.getMeasuredBoundsOnScreen(view); in createAttachmentPreview()
252 final Rect currentRect = UiUtils.getMeasuredBoundsOnScreen(leftoverView); in onAttachmentsChanged()
68 mHost.displayPhoto(UiUtils.getMeasuredBoundsOnScreen(view), attachment.getContentUri()); in onItemClicked()
109 final Rect bounds = UiUtils.getMeasuredBoundsOnScreen( in onCreate()
534 final Rect startRect = UiUtils.getMeasuredBoundsOnScreen(mComposeMessageView); in onCreateView()538 UiUtils.getMeasuredBoundsOnScreen(composeBubbleView); in onCreateView()542 final Rect attachmentRect = UiUtils.getMeasuredBoundsOnScreen(attachmentView); in onCreateView()
1021 final Rect bounds = UiUtils.getMeasuredBoundsOnScreen(view); in onClick()1040 final Rect bounds = UiUtils.getMeasuredBoundsOnScreen(view); in onLongClick()
212 fullHeight -= UiUtils.getMeasuredBoundsOnScreen(composeContainer).top; in getDesiredHeight()
246 public static Rect getMeasuredBoundsOnScreen(final View view) { in getMeasuredBoundsOnScreen() method in UiUtils
512 UiUtils.getMeasuredBoundsOnScreen(mPendingExplodeView); in startExplodeTransitionForContactLists()
105 final Rect previewImageBounds = UiUtils.getMeasuredBoundsOnScreen(v);