Searched refs:bounds (Results 51 - 55 of 55) sorted by relevance

123

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java724 final Rect bounds = keyBackground.getBounds();
725 if (key.width != bounds.right ||
726 key.height != bounds.bottom) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropActivity.java200 private void doneLoadBitmap(Bitmap bitmap, RectF bounds, int orientation) { argument
204 mOriginalBounds = bounds;
425 // Set extra for crop bounds
464 // Find crop bounds (scaled to original image size)
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java751 Rect bounds = new Rect();
754 master.getOrientation(), bounds);
755 master.setOriginalBounds(bounds);
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLES11Canvas.java989 public void getBounds(Rect bounds, int x, int y, int width, int height) { argument
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java1257 // We only care about being within the x bounds, necessary for
1821 Rect fullRect = bounds();

Completed in 354 milliseconds

123