Home
last modified time | relevance | path

Searched refs:viewRect (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DViewGroupItemVerticalExplodeAnimation.java141 final Rect viewRect = UiUtils.getMeasuredBoundsOnScreen(mViewToAnimate); in startAnimation() local
143 viewRect.offset(-containerRect.left - decorRect.left, in startAnimation()
147 final int expandLayerHalfHeight = viewRect.height() / 2; in startAnimation()
148 final int topDist = viewRect.top; in startAnimation()
149 final int bottomDist = containerRect.height() - viewRect.bottom; in startAnimation()
155 expandLayer.setLeft(viewRect.left); in startAnimation()
156 expandLayer.setTop(viewRect.top); in startAnimation()
157 expandLayer.setBottom(viewRect.bottom); in startAnimation()
158 expandLayer.setRight(viewRect.right); in startAnimation()
166 mSnapshot.setLeft(viewRect.left); in startAnimation()
[all …]
/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DViews.java44 final Rect viewRect = new Rect(coord[0], coord[1], coord[0] + view.getMeasuredWidth(), in isEventOver() local
47 return viewRect.contains((int) event.getRawX(), (int) event.getRawY()); in isEventOver()
/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
DAttachmentChooserFragment.java137 public void displayPhoto(final Rect viewRect, final Uri photoUri) { in displayPhoto() argument
141 getActivity(), photoUri, viewRect, imagesUri); in displayPhoto() local
DAttachmentGridView.java41 void displayPhoto(final Rect viewRect, final Uri photoUri); in displayPhoto() argument
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskThumbnailView.java232 RectF viewRect = new RectF(0, 0, getMeasuredWidth(), getMeasuredHeight()); in getScaledInsets() local
240 boundsToBitmapSpace.mapRect(boundsInBitmapSpace, viewRect); in getScaledInsets()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactTileView.java176 Uri contactLookupUri, Rect viewRect, CallSpecificAppData callSpecificAppData);
/packages/apps/Camera2/src/com/android/camera/widget/
DFilmstripView.java2437 RectF viewRect = curr.getViewRect();
2442 mZoomView.loadBitmap(uri, orientation, viewRect);