Searched refs:getOpticalInsets (Results 1 – 12 of 12) sorted by relevance
648 final Insets inset = mThumbDrawable.getOpticalInsets(); in onMeasure()881 final Insets insets = mThumbDrawable.getOpticalInsets(); in onLayout()935 thumbInsets = mThumbDrawable.getOpticalInsets(); in draw()1007 final Insets insets = thumbDrawable.getOpticalInsets(); in onDraw()1099 insets = mThumbDrawable.getOpticalInsets(); in getThumbScrollRange()
518 final Insets insets = thumbDrawable.getOpticalInsets();
912 Insets insets = getOpticalInsets(); in onDebugDraw()
4722 Insets opticalInsets = isLayoutModeOptical(mParent) ? getOpticalInsets() : Insets.NONE; in getBoxHeight()5540 voffset -= getOpticalInsets().top; in getBaseline()
244 public Insets getOpticalInsets() { in getOpticalInsets() method in InsetDrawable245 final Insets contentInsets = super.getOpticalInsets(); in getOpticalInsets()
881 public Insets getOpticalInsets() { in getOpticalInsets() method in Drawable982 bm.getOpticalInsets(opticalInsets); in createFromResourceStream()
311 public Insets getOpticalInsets() { in getOpticalInsets() method in NinePatchDrawable449 bitmap.getOpticalInsets(opticalInsets); in updateStateFromTypedArray()
121 public Insets getOpticalInsets() { in getOpticalInsets() method in DrawableContainer123 return mCurrDrawable.getOpticalInsets(); in getOpticalInsets()
593 public Insets getOpticalInsets() { in getOpticalInsets() method in BitmapDrawable
953 public void getOpticalInsets(@NonNull Rect outInsets) { in getOpticalInsets() method in Bitmap
15551 ((View) mParent).getOpticalInsets() : Insets.NONE;15552 Insets childInsets = getOpticalInsets();16559 return (mBackground == null) ? Insets.NONE : mBackground.getOpticalInsets();16583 public Insets getOpticalInsets() {17406 Insets insets = getOpticalInsets();17523 Insets insets = getOpticalInsets();
3004 Insets insets = child.getOpticalInsets(); in computeOpticalInsets()3089 Insets insets = c.getOpticalInsets(); in onDebugDraw()6935 Insets oi = isLayoutModeOptical(view.mParent) ? view.getOpticalInsets() : Insets.NONE; in onDebugDraw()