Searched refs:getOpticalBounds (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DDrawableUtils.java67 public static Rect getOpticalBounds(Drawable drawable) { method in class:DrawableUtils
H A DSwitchCompat.java828 final Rect inset = DrawableUtils.getOpticalBounds(mThumbDrawable);
1091 final Rect insets = DrawableUtils.getOpticalBounds(mThumbDrawable);
1145 thumbInsets = DrawableUtils.getOpticalBounds(mThumbDrawable);
1218 final Rect insets = DrawableUtils.getOpticalBounds(thumbDrawable);
1310 insets = DrawableUtils.getOpticalBounds(mThumbDrawable);

Completed in 3637 milliseconds