HomeSort by relevance Sort by last modified time
    Searched refs:onBoundsChange (Results 1 - 11 of 11) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
GlideBitmapDrawable.java 85 protected void onBoundsChange(Rect bounds) {
86 super.onBoundsChange(bounds);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
InsetDrawableTest.java 294 insetDrawable.onBoundsChange(r);
315 insetDrawable.onBoundsChange(r);
327 // Test that intrinsic Width and Height calculation logic is inverse of the onBoundsChange.
337 insetDrawable.onBoundsChange(r);
356 insetDrawable.onBoundsChange(null);
527 protected void onBoundsChange(Rect bounds) {
528 super.onBoundsChange(bounds);
DrawableContainerTest.java 349 mMockDrawableContainer.onBoundsChange(new Rect());
350 mMockDrawableContainer.onBoundsChange(null);
360 mMockDrawableContainer.onBoundsChange(new Rect(1, 1, 1, 1));
365 mMockDrawableContainer.onBoundsChange(new Rect(1, 1, 1, 1));
370 mMockDrawableContainer.onBoundsChange(null);
    [all...]
DrawableWrapperTest.java 347 mockDrawableWrapper.onBoundsChange(bounds);
351 mockDrawableWrapper.onBoundsChange(bounds);
369 mockDrawableWrapper.onBoundsChange(null);
489 protected void onBoundsChange(Rect bounds) {
490 super.onBoundsChange(bounds);
ClipDrawableTest.java 253 mockClipDrawable.onBoundsChange(new Rect(10, 10, 100, 100));
260 mockClipDrawable.onBoundsChange(null);
395 protected void onBoundsChange(Rect bounds) {
396 super.onBoundsChange(bounds);
ScaleDrawableTest.java 351 mockScaleDrawable.onBoundsChange(bounds);
367 mockScaleDrawable.onBoundsChange(bounds);
382 mockScaleDrawable.onBoundsChange(bounds);
393 mockScaleDrawable.onBoundsChange(bounds);
568 protected void onBoundsChange(Rect bounds) {
570 super.onBoundsChange(bounds);
DrawableTest.java 655 mockDrawable.onBoundsChange(new Rect(0, 0, 10, 10));
910 protected void onBoundsChange(Rect bounds) {
911 super.onBoundsChange(bounds);
    [all...]
LayerDrawableTest.java 761 // the children's bounds before call onBoundsChange
774 // all children's bounds will be changed after call onBoundsChange
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifDrawable.java 212 protected void onBoundsChange(Rect bounds) {
213 super.onBoundsChange(bounds);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowDrawableTest.java 208 @Override protected void onBoundsChange(Rect bounds) {
210 super.onBoundsChange(bounds);
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 1819 milliseconds