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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DDrawableUtils.java66 public static Rect getOpticalBounds(Drawable drawable) { method in class:DrawableUtils
H A DSwitchCompat.java842 final Rect inset = DrawableUtils.getOpticalBounds(mThumbDrawable);
1087 final Rect insets = DrawableUtils.getOpticalBounds(mThumbDrawable);
1141 thumbInsets = DrawableUtils.getOpticalBounds(mThumbDrawable);
1214 final Rect insets = DrawableUtils.getOpticalBounds(thumbDrawable);
1306 insets = DrawableUtils.getOpticalBounds(mThumbDrawable);

Completed in 327 milliseconds