Searched refs:hasGestures (Results 1 – 9 of 9) sorted by relevance
155 onNavModeChangedInternal(newMode, newMode.hasGestures); in init()222 if (!mMode.hasGestures) { in updateGestureTouchRegions()263 if (forceRegister || (!mMode.hasGestures && newMode.hasGestures)) { in onNavModeChangedInternal()265 } else if (mMode.hasGestures && !newMode.hasGestures){ in onNavModeChangedInternal()284 if (!mMode.hasGestures) { in onDisplayInfoChanged()394 if (!mMode.hasGestures) { in getCurrentActiveRotation()
49 public final boolean hasGestures; field in SysUINavigationMode.Mode53 Mode(boolean hasGestures, int resValue, LauncherEvent launcherEvent) { in Mode() argument54 this.hasGestures = hasGestures; in Mode()
179 if (SysUINavigationMode.getMode(mContext).hasGestures) { in notifyGestureAnimationStartToRecents()
332 return mMode.hasGestures; in isGesturalNavMode()
100 if (SysUINavigationMode.getMode(mActivity).hasGestures in prepareForAtomicAnimation()142 if (SysUINavigationMode.getMode(mActivity).hasGestures) { in prepareForAtomicAnimation()
61 return SysUINavigationMode.INSTANCE.get(context).getMode().hasGestures ? 380 : 250; in getTransitionDuration()
54 .get(mLauncher).getMode().hasGestures; in QuickstepOnboardingPrefs()
428 return SysUINavigationMode.getMode(this).hasGestures in getNormalOverviewScaleAndOffset()459 boolean shouldBackButtonBeHidden = mode.hasGestures in shouldBackButtonBeHidden()
180 && SysUINavigationMode.getMode(mActivity).hasGestures in onControllerInterceptTouchEvent()