Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java226 private float mBottomGestureHeight; field in EdgeBackGestureHandler
508 mBottomGestureHeight = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, gestureHeight, in updateCurrentUserResources()
850 if (y >= (mDisplaySize.y - mBottomGestureHeight)) { in isWithinInsets()
1252 pw.println(" mBottomGestureHeight=" + mBottomGestureHeight); in dump()