/packages/apps/Launcher3/protos/ |
launcher_dump.proto | 62 HOTSEAT = 2;
|
launcher_log.proto | 80 HOTSEAT = 2;
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/ |
GridSizeMigrationTaskTest.java | 48 private static final long HOTSEAT = LauncherSettings.Favorites.CONTAINER_HOTSEAT; 80 addItem(APPLICATION, 0, HOTSEAT, 0, 0), 81 addItem(SHORTCUT, 1, HOTSEAT, 0, 0), 83 addItem(SHORTCUT, 3, HOTSEAT, 0, 0), 84 addItem(APPLICATION, 4, HOTSEAT, 0, 0), 102 addItem(APPLICATION, 0, HOTSEAT, 0, 0), 103 addItem(30, 1, HOTSEAT, 0, 0), 105 addItem(SHORTCUT, 3, HOTSEAT, 0, 0), 106 addItem(10, 4, HOTSEAT, 0, 0),
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
DiscoveryBounce.java | 21 import static com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType.HOTSEAT; 140 new DiscoveryBounce(launcher, 0).show(HOTSEAT);
|
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
AospLauncherStrategy.java | 38 private static final BySelector HOTSEAT = By.res(LAUNCHER_PKG, "hotseat"); 46 // if we see hotseat, assume at home screen already 71 // wait until hotseat disappears, so that we know that we are no longer on home screen 116 // wait until hotseat disappears, so that we know that we are no longer on home screen 213 return HOTSEAT;
|
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/ |
AllAppsSwipeController.java | 62 ContainerType.HOTSEAT : ContainerType.WORKSPACE;
|
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ |
LockscreenHelper.java | 59 private static final String HOTSEAT = "hotseat"; 330 UiObject2 hotseat = mDevice.findObject(By.res(getLauncherPackage(), HOTSEAT)); local 332 Assert.assertNotNull("Device not unlocked correctly", hotseat); 335 Assert.assertNull("Device should not be unlocked", hotseat);
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
PortraitStatesTouchController.java | 81 // For all other states, only listen if the event originated below the hotseat height 110 return ContainerType.HOTSEAT;
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
Hotseat.java | 41 public class Hotseat extends FrameLayout implements LogContainerProvider, Insettable { 49 public Hotseat(Context context) { 53 public Hotseat(Context context, AttributeSet attrs) { 57 public Hotseat(Context context, AttributeSet attrs, int defStyle) { 66 /* Get the orientation invariant order of the item in the hotseat for persistence. */ 71 /* Get the orientation specific coordinates given an invariant order in the hotseat. */ 126 // Note: We do this to ensure that the hotseat is always laid out in the orientation of 127 // the hotseat in order regardless of which orientation they were added 138 // We don't want any clicks to go through to the hotseat unless the workspace is in 148 targetParent.containerType = ContainerType.HOTSEAT; [all...] |
CellLayout.java | 145 @IntDef({WORKSPACE, HOTSEAT, FOLDER}) 148 public static final int HOTSEAT = 1; 565 // Hotseat icons - remove text 568 bubbleChild.setTextVisibility(mContainerType != HOTSEAT); [all...] |
DeviceProfile.java | 99 // Hotseat 206 // We increase the hotseat size when there is extra space. 208 // in portrait mode closer together by adding more height to the hotseat. 213 // Recalculate the available dimensions using the new hotseat size. 327 // Hotseat 453 // Pad the top and bottom of the workspace with search/hotseat bar sizes 473 // We want the edges of the hotseat to line up with the edges of the workspace, but the 474 // icons in the hotseat are a different size, and so don't line up perfectly. To account 475 // for this, we pad the left and right of the hotseat with half of the difference of a 476 // workspace cell vs a hotseat cell [all...] |
Workspace.java | 832 * At bind time, we use the rank (screenId) to compute x and y for hotseat items. [all...] |
/platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/ |
MultiWindowTests.java | 49 private static final String HOTSEAT = "hotseat";
|
/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
LoggerUtils.java | 99 t.containerType == ContainerType.HOTSEAT) {
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
BgDataModel.java | 171 DumpTargetWrapper hotseat = new DumpTargetWrapper(ContainerType.HOTSEAT, 0); local 189 hotseat.add(dtw); 203 hotseat.add(dtw); 213 hotseat.add(dtw); 222 targetList.addAll(hotseat.getFlattenedList());
|