Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DGestureManifold.java101 private boolean mTwoFingerPassthroughEnabled; field in GestureManifold
120 mTwoFingerPassthroughEnabled = false; in GestureManifold()
394 return mTwoFingerPassthroughEnabled; in isTwoFingerPassthroughEnabled()
398 if (mTwoFingerPassthroughEnabled != mode) { in setTwoFingerPassthroughEnabled()
399 mTwoFingerPassthroughEnabled = mode; in setTwoFingerPassthroughEnabled()