Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
DTileDrawable.java51 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in TileDrawable
52 super.onBoundsChange(bounds); in onBoundsChange()
DCompositeDrawable.java64 onBoundsChange(getBounds()); in getOrCreateDrawable()
71 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in CompositeDrawable
DAttachmentDrawable.java263 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in AttachmentDrawable
264 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/Gallery2/src/com/android/photos/drawables/
DAutoThumbnailDrawable.java94 protected void onBoundsChange(Rect bounds) { in onBoundsChange() method in AutoThumbnailDrawable
95 super.onBoundsChange(bounds); in onBoundsChange()