Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java210 private final Rect mPipExcludedBounds = new Rect(); field in EdgeBackGestureHandler
725 mPipExcludedBounds.set(bounds); in setPipStashExclusionBounds()
893 final boolean isInsidePip = mIsInPip && mPipExcludedBounds.contains(x, y); in isWithinTouchRegion()
1242 pw.println(" mPipExcludedBounds=" + mPipExcludedBounds); in dump()