Searched refs:getOpticalBounds (Results 1 – 2 of 2) sorted by relevance
831 final Rect inset = DrawableUtils.getOpticalBounds(mThumbDrawable); in onMeasure()1095 final Rect insets = DrawableUtils.getOpticalBounds(mThumbDrawable); in onLayout()1149 thumbInsets = DrawableUtils.getOpticalBounds(mThumbDrawable); in draw()1222 final Rect insets = DrawableUtils.getOpticalBounds(thumbDrawable); in onDraw()1314 insets = DrawableUtils.getOpticalBounds(mThumbDrawable); in getThumbScrollRange()
63 public static Rect getOpticalBounds(Drawable drawable) { in getOpticalBounds() method in DrawableUtils