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

/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
H A DTileDrawable.java51 protected void onBoundsChange(Rect bounds) { method in class:TileDrawable
52 super.onBoundsChange(bounds);
H A DCompositeDrawable.java64 onBoundsChange(getBounds());
71 protected void onBoundsChange(Rect bounds) { method in class:CompositeDrawable
H A DAttachmentDrawable.java263 protected void onBoundsChange(Rect bounds) { method in class:AttachmentDrawable
264 super.onBoundsChange(bounds);
/packages/apps/Gallery2/src/com/android/photos/shims/
H A DBitmapJobDrawable.java78 protected void onBoundsChange(Rect bounds) { method in class:BitmapJobDrawable
79 super.onBoundsChange(bounds);
/packages/apps/Gallery2/src/com/android/photos/drawables/
H A DAutoThumbnailDrawable.java94 protected void onBoundsChange(Rect bounds) { method in class:AutoThumbnailDrawable
95 super.onBoundsChange(bounds);

Completed in 139 milliseconds