Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
H A DQuickSwitchState.java47 if (dp.isTaskbarPresentInApps) { in getWorkspaceScrimColor()
66 return !launcher.getDeviceProfile().isTaskbarPresentInApps; in isTaskbarStashed()
H A DBackgroundAppState.java93 if (dp.isTaskbarPresentInApps) { in getWorkspaceScrimColor()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DLauncherTaskbarUIController.java169 deviceProfile.isTaskbarPresentInApps = !taskbarStashedInApps; in onStashedInAppChanged()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java217 public boolean isTaskbarPresentInApps; field in DeviceProfile
1116 writer.println(prefix + "\tisTaskbarPresentInApps:" + isTaskbarPresentInApps); in dump()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskView.java172 return deviceProfile.isTablet && !deviceProfile.isTaskbarPresentInApps; in useFullThumbnail()
1558 if (dp.isTaskbarPresentInApps) {
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java444 if (mDeviceProfile.isTaskbarPresentInApps) { in getWindowTargetBounds()
536 boolean useTaskbarColor = mDeviceProfile.isTaskbarPresentInApps; in getLauncherContentAnimator()