Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java214 private int mSystemGestureTop = -1; field in WindowMagnificationController
428 if (gestureTop != mSystemGestureTop) { in updateSystemGestureInsetsTop()
429 mSystemGestureTop = gestureTop; in updateSystemGestureInsetsTop()
1300 final boolean overlap = isActivated() && mSystemGestureTop > 0 in updateSysUIState()
1301 && mMirrorViewBounds.bottom > mSystemGestureTop; in updateSysUIState()
1754 pw.println(" mSystemGestureTop:" + mSystemGestureTop); in dump()