Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java160 mBackgroundExecutor.execute(() -> mGestureBlockingActivityRunning.set(
163 mGestureBlockingActivityRunning.set(isGestureBlockingActivityRunning());
251 private AtomicBoolean mGestureBlockingActivityRunning = new AtomicBoolean(); field in EdgeBackGestureHandler
1021 && !mGestureBlockingActivityRunning.get() in onMotionEvent()
1060 mGestureBlockingActivityRunning.get(), mIsInPip, mDisplaySize, in onMotionEvent()
1251 pw.println(" mGestureBlockingActivityRunning=" + mGestureBlockingActivityRunning.get()); in dump()