Home
last modified time | relevance | path

Searched defs:displayBounds (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropDrawingUtils.java161 public static Matrix getBitmapToDisplayMatrix(RectF imageBounds, RectF displayBounds) { in getBitmapToDisplayMatrix()
168 RectF displayBounds) { in setBitmapToDisplayMatrix()
DCropMath.java218 RectF displayBounds) { in getScaledCropBounds()
/packages/services/Car/service/src/com/android/car/pm/
DActivityBlockingActivity.java231 Rect displayBounds = getWindowManager().getCurrentWindowMetrics().getBounds(); in getAppWindowRect() local