Searched refs:mTempBounds (Results 1 – 3 of 3) sorted by relevance
78 private Rect mTempBounds = new Rect(); field in BadgedImageView124 getDrawingRect(mTempBounds); in onDraw()127 mDrawParams.iconBounds = mTempBounds; in onDraw()204 getDrawingRect(mTempBounds); in getDotCenter()205 float dotCenterX = mTempBounds.width() * dotPosition[0]; in getDotCenter()206 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()
2822 private final Rect mTempBounds = new Rect(); field in AutofillManager.CompatibilityBridge2973 final Rect newBounds = mTempBounds; in notifyViewEntered()