Searched refs:mTempBounds (Results 1 – 4 of 4) sorted by relevance
91 private Rect mTempBounds = new Rect(); field in BadgedImageView185 getDrawingRect(mTempBounds); in dispatchDraw()188 mDrawParams.iconBounds = mTempBounds; in dispatchDraw()272 getDrawingRect(mTempBounds); in getDotCenter()273 float dotCenterX = mTempBounds.width() * dotPosition[0]; in getDotCenter()274 float dotCenterY = mTempBounds.height() * dotPosition[1]; in getDotCenter()
100 private final Rect mTempBounds = new Rect(); field in FastScroller588 final Rect bounds = mTempBounds; in updateLayout()772 final Rect bounds = mTempBounds; in layoutThumb()1136 final Rect bounds = mTempBounds; in transitionPreviewLayout()
3914 private final Rect mTempBounds = new Rect(); field in AutofillManager.CompatibilityBridge4065 final Rect newBounds = mTempBounds; in notifyViewEntered()
58678 Landroid/view/autofill/AutofillManager$CompatibilityBridge;->mTempBounds:Landroid/graphics/Rect;66932 Landroid/widget/FastScroller;->mTempBounds:Landroid/graphics/Rect;