Home
last modified time | relevance | path

Searched defs:destRect (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DFocusFinder.java49 static boolean isPartiallyInDirection(Rect srcRect, Rect destRect, int direction) { in isPartiallyInDirection()
73 static boolean isInDirection(Rect srcRect, Rect destRect, int direction) { in isInDirection()
126 static boolean isCandidate(Rect srcRect, Rect destRect, int direction) { in isCandidate()
345 private static boolean isStrictlyInDirection(Rect srcRect, Rect destRect, int direction) { in isStrictlyInDirection()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
DIconFactory.java83 Rect destRect = new Rect(0, 0, iconWidth, iconHeight); in drawIcon() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterTinyPlanet.java144 RectF destRect = new RectF(left * scale, top * scale, right * scale, bottom * scale); in applyXmp() local
/packages/apps/Contacts/src/com/android/contacts/lettertiles/
DLetterTileDrawable.java118 final Rect destRect = copyBounds(); in drawBitmap() local
/packages/apps/Dialer/java/com/android/dialer/lettertile/
DLetterTileDrawable.java143 final Rect destRect = copyBounds(); in getScaledBounds() local
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
DTinyPlanetFragment.java481 RectF destRect = new RectF(left * scale, top * scale, right * scale, bottom * scale); in createPaddedBitmap() local
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java275 Rect destRect = new Rect(); in animateViewIntoPosition() local