Searched refs:mDrawingBounds (Results 1 – 5 of 5) sorted by relevance
471 mDrawingBounds.set(metrics.mDrawingBounds); in init()472 mDrawingBounds.offset(0, mBottom - mDesc); in init()609 fm.width = (int) Math.ceil(line.metrics(fm, fm.mDrawingBounds, false, null)); in isBoring()711 return mDrawingBounds; in computeDrawingBoundingBox()756 private final RectF mDrawingBounds = new RectF(); field in BoringLayout760 private final RectF mDrawingBounds = new RectF(); field in BoringLayout.Metrics769 return mDrawingBounds; in getDrawingBoundingBox()773 return super.toString() + " width=" + width + ", drawingBounds = " + mDrawingBounds; in toString()783 mDrawingBounds.setEmpty(); in reset()
777 mDrawingBounds = null; in generate()1577 if (mDrawingBounds == null) {1578 mDrawingBounds = super.computeDrawingBoundingBox();1580 return mDrawingBounds;1608 private RectF mDrawingBounds = null; // lazy calculation.
169 private final Rect mDrawingBounds = new Rect(); field in RippleDrawable1263 final Rect drawingBounds = mDrawingBounds; in getDirtyBounds()
175 private final Rect mDrawingBounds = new Rect(); field in DecorView614 final Rect drawingBounds = mDrawingBounds;
17262 Landroid/graphics/drawable/RippleDrawable;->mDrawingBounds:Landroid/graphics/Rect;