Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchState.java53 private boolean mAllowTouches = true; field in PipTouchState
89 if (!mAllowTouches) { in onTouchEvent()
265 mAllowTouches = allowTouches;
349 pw.println(innerPrefix + "mAllowTouches=" + mAllowTouches);
DPipMenuActivity.java106 private boolean mAllowTouches = true; field in PipMenuActivity
165 mAllowTouches = true;
273 if (!mAllowTouches) { in dispatchTouchEvent()
307 mAllowTouches = !disallowTouchesUntilAnimationEnd; in showMenu()