Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java234 private float mBottomGestureHeight; field in EdgeBackGestureHandler
521 mBottomGestureHeight = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, gestureHeight, in updateCurrentUserResources()
866 if (y >= (mDisplaySize.y - mBottomGestureHeight)) { in isWithinInsets()
1270 pw.println(" mBottomGestureHeight=" + mBottomGestureHeight); in dump()