Searched refs:viewRect (Results 1 – 5 of 5) sorted by relevance
141 final Rect viewRect = UiUtils.getMeasuredBoundsOnScreen(mViewToAnimate); in startAnimation() local143 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 …]
137 public void displayPhoto(final Rect viewRect, final Uri photoUri) { in displayPhoto() argument141 getActivity(), photoUri, viewRect, imagesUri); in displayPhoto() local
41 void displayPhoto(final Rect viewRect, final Uri photoUri); in displayPhoto() argument
166 void onContactSelected(Uri contactLookupUri, Rect viewRect);
2437 RectF viewRect = curr.getViewRect();2442 mZoomView.loadBitmap(uri, orientation, viewRect);