Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DQuickswitchOrientedNavHandle.java43 canvas.drawRoundRect(computeHomeHandleBounds(), mRadius, mRadius, mPaint); in onDraw()
46 public RectF computeHomeHandleBounds() { in computeHomeHandleBounds() method in QuickswitchOrientedNavHandle
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java925 RectF boundsOnScreen = mOrientationHandle.computeHomeHandleBounds(); in initSecondaryHomeHandleForRotation()