Searched refs:hasGestures (Results 1 – 8 of 8) sorted by relevance
42 public final boolean hasGestures; field in SysUINavigationMode.Mode45 Mode(boolean hasGestures, int resValue) { in Mode() argument46 this.hasGestures = hasGestures; in Mode()
144 return SysUINavigationMode.getMode(mContext).hasGestures; in modeSupportsGestures()
362 if (!mMode.hasGestures || mISystemUiProxy == null) { in initInputMonitor()389 if (!mMode.hasGestures) { in initTouchBounds()437 if (mMode.hasGestures != newMode.hasGestures) { in onNavigationModeChanged()438 if (newMode.hasGestures) { in onNavigationModeChanged()522 if (mMode.hasGestures) { in onDestroy()765 if (!mMode.hasGestures && !mOverviewComponentObserver.isHomeAndOverviewSame()) { in preloadOverview()
155 if (mode.hasGestures) { in createTouchControllers()160 mode.hasGestures /* allowDragToOverview */)); in createTouchControllers()161 if (mode.hasGestures) { in createTouchControllers()
51 .getMode().hasGestures; in createTouchControllers()
129 if (!SysUINavigationMode.getMode(mActivity).hasGestures) { in onControllerInterceptTouchEvent()
143 if (!SysUINavigationMode.getMode(mActivity).hasGestures) { in createAdjacentPageAnimForTaskLaunch()
118 .hasGestures; in onCreate()