Searched refs:getOpticalInsets (Results 1 – 12 of 12) sorted by relevance
649 final Insets inset = mThumbDrawable.getOpticalInsets(); in onMeasure()891 final Insets insets = mThumbDrawable.getOpticalInsets(); in onLayout()945 thumbInsets = mThumbDrawable.getOpticalInsets(); in draw()1017 final Insets insets = thumbDrawable.getOpticalInsets(); in onDraw()1109 insets = mThumbDrawable.getOpticalInsets(); in getThumbScrollRange()
509 final Insets insets = thumbDrawable.getOpticalInsets();
912 Insets insets = getOpticalInsets(); in onDebugDraw()
4732 Insets opticalInsets = isLayoutModeOptical(mParent) ? getOpticalInsets() : Insets.NONE; in getBoxHeight()5556 voffset -= getOpticalInsets().top; in getBaseline()
262 public Insets getOpticalInsets() { in getOpticalInsets() method in InsetDrawable263 final Insets contentInsets = super.getOpticalInsets(); in getOpticalInsets()
882 public Insets getOpticalInsets() { in getOpticalInsets() method in Drawable997 bm.getOpticalInsets(opticalInsets); in createFromResourceStream()
312 public Insets getOpticalInsets() { in getOpticalInsets() method in NinePatchDrawable450 bitmap.getOpticalInsets(opticalInsets); in updateStateFromTypedArray()
125 public Insets getOpticalInsets() { in getOpticalInsets() method in DrawableContainer127 return mCurrDrawable.getOpticalInsets(); in getOpticalInsets()
594 public Insets getOpticalInsets() { in getOpticalInsets() method in BitmapDrawable
948 public void getOpticalInsets(@NonNull Rect outInsets) { in getOpticalInsets() method in Bitmap
15626 ((View) mParent).getOpticalInsets() : Insets.NONE;15627 Insets childInsets = getOpticalInsets();16667 return (mBackground == null) ? Insets.NONE : mBackground.getOpticalInsets();16691 public Insets getOpticalInsets() {17518 Insets insets = getOpticalInsets();17640 Insets insets = getOpticalInsets();
3004 Insets insets = child.getOpticalInsets(); in computeOpticalInsets()3089 Insets insets = c.getOpticalInsets(); in onDebugDraw()6986 Insets oi = isLayoutModeOptical(view.mParent) ? view.getOpticalInsets() : Insets.NONE; in onDebugDraw()