Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java275 private final WearGestureInterceptionDetector mWearGestureInterceptionDetector; field in DecorView
301 mWearGestureInterceptionDetector = in DecorView()
505 if (viewRootImpl != null && mWearGestureInterceptionDetector != null) {
506 boolean wasIntercepting = mWearGestureInterceptionDetector.isIntercepting();
507 boolean intercepting = mWearGestureInterceptionDetector.onInterceptTouchEvent(event);