Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DOrientedBitmapDrawable.java75 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in OrientedBitmapDrawable
76 super.onBoundsChange(bounds); in onBoundsChange()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsBackgroundDrawable.java154 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in AllAppsBackgroundDrawable
155 super.onBoundsChange(bounds); in onBoundsChange()
/packages/apps/Gallery2/src/com/android/photos/shims/
DBitmapJobDrawable.java78 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in BitmapJobDrawable
79 super.onBoundsChange(bounds); in onBoundsChange()
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
DFlipDrawable.java120 protected void onBoundsChange(final Rect bounds) { in onBoundsChange() method in FlipDrawable
121 super.onBoundsChange(bounds); in onBoundsChange()
/packages/apps/Launcher3/src/com/android/launcher3/
DPreloadIconDrawable.java68 onBoundsChange(getBounds()); in applyPreloaderTheme()
73 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in PreloadIconDrawable
DBorderCropDrawable.java57 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in BorderCropDrawable
/packages/apps/Gallery2/src/com/android/photos/drawables/
DAutoThumbnailDrawable.java94 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in AutoThumbnailDrawable
95 super.onBoundsChange(bounds); in onBoundsChange()