Searched refs:mTempBounds (Results 1 – 4 of 4) sorted by relevance
35 private Rect mTempBounds = new Rect(); field in BadgedImageView77 getDrawingRect(mTempBounds); in onDraw()80 mDrawParams.iconBounds = mTempBounds; in onDraw()154 getDrawingRect(mTempBounds); in getDotCenter()155 float dotCenterX = mTempBounds.width() * dotPosition[0]; in getDotCenter()156 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()
2615 private final Rect mTempBounds = new Rect(); field in AutofillManager.CompatibilityBridge2766 final Rect newBounds = mTempBounds; in notifyViewEntered()
73750 Landroid/view/autofill/AutofillManager$CompatibilityBridge;->mTempBounds:Landroid/graphics/Rect;82004 Landroid/widget/FastScroller;->mTempBounds:Landroid/graphics/Rect;