Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/nonquickstep/
DDeviceProfileDumpTest.kt578 dp.isTaskbarPresentInApps = true in tabletLandscape3Button()
714 dp.isTaskbarPresentInApps = true in tabletLandscape()
850 dp.isTaskbarPresentInApps = true in tabletPortrait3Button()
986 dp.isTaskbarPresentInApps = true in tabletPortrait()
1127 dp.isTaskbarPresentInApps = true in twoPanelLandscape3Button()
1267 dp.isTaskbarPresentInApps = true in twoPanelLandscape()
1407 dp.isTaskbarPresentInApps = true in twoPanelPortrait3Button()
1543 dp.isTaskbarPresentInApps = true in twoPanelPortrait()
DHotseatWidthCalculationTest.kt40 dp.isTaskbarPresentInApps = true in distribute_border_space_when_space_is_enough_portrait()
62 dp.isTaskbarPresentInApps = true in decrease_num_of_icons_when_not_enough_space_portrait()
83 dp.isTaskbarPresentInApps = true in distribute_border_space_when_space_is_enough_landscape()
108 dp.isTaskbarPresentInApps = true in nav_buttons_dont_interfere_with_required_hotseat_width()
127 dp.isTaskbarPresentInApps = true in decrease_qsb_when_not_enough_space_landscape()
149 dp.isTaskbarPresentInApps = true in decrease_num_of_icons_when_not_enough_space_landscape()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DHotseatWidthCalculationTest.kt40 dp.isTaskbarPresentInApps = true in distribute_border_space_when_space_is_enough_portrait()
62 dp.isTaskbarPresentInApps = true in decrease_num_of_icons_when_not_enough_space_portrait()
83 dp.isTaskbarPresentInApps = true in distribute_border_space_when_space_is_enough_landscape()
108 dp.isTaskbarPresentInApps = true in nav_buttons_dont_interfere_with_required_hotseat_width()
127 dp.isTaskbarPresentInApps = true in decrease_qsb_when_not_enough_space_landscape()
149 dp.isTaskbarPresentInApps = true in decrease_num_of_icons_when_not_enough_space_landscape()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickSwitchState.java56 if (dp.isTaskbarPresentInApps) { in getWorkspaceScrimColor()
75 return !launcher.getDeviceProfile().isTaskbarPresentInApps; in isTaskbarStashed()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DLauncherTaskbarUIController.java224 deviceProfile.isTaskbarPresentInApps = !taskbarStashedInApps; in onStashedInAppChanged()
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java265 public boolean isTaskbarPresentInApps; field in DeviceProfile
1682 writer.println(prefix + "\tisTaskbarPresentInApps:" + isTaskbarPresentInApps);
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java451 if (mDeviceProfile.isTaskbarPresentInApps in getWindowTargetBounds()