Home
last modified time | relevance | path

Searched refs:mTmpBoundsRectF (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DQuickswitchOrientedNavHandle.java29 private final RectF mTmpBoundsRectF = new RectF(); field in QuickswitchOrientedNavHandle
77 mTmpBoundsRectF.set(left, top, right, bottom); in computeHomeHandleBounds()
78 return mTmpBoundsRectF; in computeHomeHandleBounds()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DNavigationHandle.java54 private final RectF mTmpBoundsRectF = new RectF(); field in NavigationHandle
98 mTmpBoundsRectF.set(left, top, right, bottom); in computeHomeHandleBounds()
99 return mTmpBoundsRectF; in computeHomeHandleBounds()