Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSysUINavigationMode.java51 public final LauncherEvent launcherEvent; field in SysUINavigationMode.Mode
53 Mode(boolean hasGestures, int resValue, LauncherEvent launcherEvent) { in Mode() argument
56 this.launcherEvent = launcherEvent; in Mode()
H A DTaskShortcutFactory.java96 MultiWindowFactory(int iconRes, int textRes, LauncherEvent launcherEvent) { in MultiWindowFactory() argument
99 mLauncherEvent = launcherEvent; in MultiWindowFactory()
149 LauncherEvent launcherEvent) { in MultiWindowSystemShortcut() argument
151 mLauncherEvent = launcherEvent; in MultiWindowSystemShortcut()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
H A DSettingsChangeLogger.java146 mStatsLogManager.logger().log(newMode.launcherEvent); in onNavigationModeChanged()
172 Optional.ofNullable(mNavMode).map(mode -> mode.launcherEvent).ifPresent(logger::log); in logSnapshot()