Searched refs:hasGestures (Results 1 – 10 of 10) sorted by relevance
33 public final boolean hasGestures; field in NavigationMode37 NavigationMode(boolean hasGestures, int resValue, StatsLogManager.LauncherEvent launcherEvent) { in NavigationMode() argument38 this.hasGestures = hasGestures; in NavigationMode()
160 onDisplayInfoChangedInternal(info, CHANGE_ALL, info.getNavigationMode().hasGestures); in init()232 if (!mMode.hasGestures) { in updateGestureTouchRegions()271 if (mMode.hasGestures) { in onDisplayInfoChangedInternal()298 if (forceRegister || (!mMode.hasGestures && newMode.hasGestures)) { in onDisplayInfoChangedInternal()300 } else if (mMode.hasGestures && !newMode.hasGestures) { in onDisplayInfoChangedInternal()402 if (!mMode.hasGestures) { in getCurrentActiveRotation()
215 if (DisplayController.getNavigationMode(mContext).hasGestures) { in notifyGestureAnimationStartToRecents()
315 return mMode.hasGestures; in isGesturalNavMode()
121 if (DisplayController.getNavigationMode(mContainer).hasGestures in prepareForAtomicAnimation()171 if (DisplayController.getNavigationMode(mContainer).hasGestures) { in prepareForAtomicAnimation()
69 return DisplayController.getNavigationMode(context).hasGestures in getTransitionDuration()
58 DisplayController.getNavigationMode(launcher).hasGestures; in setup()
183 && DisplayController.getNavigationMode(mContainer).hasGestures in onControllerInterceptTouchEvent()
1148 return DisplayController.getNavigationMode(this).hasGestures in getNormalOverviewScaleAndOffset()
2405 mIsGestureMode = mInfo.getNavigationMode().hasGestures;