Searched refs:hotseat (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Launcher2/
H A Dprint_db.py170 hotseat = [] variable
172 hotseat.append(None)
177 hotseat[screen] = row
180 for cell in hotseat:
/packages/apps/Launcher3/
H A Dprint_db.py233 hotseat = [] variable
235 hotseat.append(None)
240 hotseat[screen] = row
243 for cell in hotseat:
/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DBgDataModel.java171 DumpTargetWrapper hotseat = new DumpTargetWrapper(ContainerType.HOTSEAT, 0);
189 hotseat.add(dtw);
203 hotseat.add(dtw);
213 hotseat.add(dtw);
222 targetList.addAll(hotseat.getFlattenedList());
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DAbstractLauncherUiTest.java101 UiObject2 hotseat = mDevice.wait(
102 Until.findObject(getSelectorForId(R.id.hotseat)), 2500);
103 Point start = hotseat.getVisibleCenter();
208 * Removes all icons from homescreen and hotseat.
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFocusHelper.java42 * A keyboard listener we set on all the hotseat buttons.
199 * Handles key events in the workspace hotseat (bottom of the screen).
201 * the hotseat is on the side in landscape mode. This is to ensure that accessibility
215 "Handle HOTSEAT BUTTONS keyevent=[%s] on hotseat buttons, isVertical=%s",
258 // matrix extended with hotseat.
292 // Go to the previous page but keep the focus on the same hotseat icon.
297 // Go to the next page but keep the focus on the same hotseat icon.
339 final Hotseat hotseat = (Hotseat) dragLayer.findViewById(R.id.hotseat);
346 CellLayout hotseatLayout = (CellLayout) hotseat
[all...]
H A DWorkspace.java832 * At bind time, we use the rank (screenId) to compute x and y for hotseat items.
885 // Hide folder title in the hotseat
890 // Show folder title if not in the hotseat
2022 Hotseat hotseat = mLauncher.getHotseat();
2025 hotseat.getOrderInHotseat(mTargetCell[0], mTargetCell[1]));
2027 // Only show message when hotseat is full and drop target was not AllApps button
2215 View hotseat = mLauncher.getHotseat();
2216 return mTempXY[0] >= hotseat.getLeft() &&
2217 mTempXY[0] <= hotseat.getRight() &&
2218 mTempXY[1] >= hotseat
2222 mapPointFromSelfToHotseatLayout(Hotseat hotseat, float[] xy) argument
[all...]
H A DLauncher.java917 mHotseat = findViewById(R.id.hotseat);
2247 * we only remove specific components from the workspace and hotseat, where as
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFocusHelper.java52 * A keyboard listener we set on all the hotseat buttons.
491 * Handles key events in the workspace hotseat (bottom of the screen).
502 // orientations, even though the hotseat is on the side in landscape mode. This
670 final ViewGroup hotseat = (ViewGroup) launcher.findViewById(R.id.hotseat);
740 } else if (hotseat != null) {
741 hotseat.requestFocus();
H A DWorkspace.java524 // Hide folder title in the hotseat
532 // Note: We do this to ensure that the hotseat is always laid out in the orientation
533 // of the hotseat in order regardless of which orientation they were added
538 // Show folder title if not in the hotseat
2026 // Don't show the message if we are dropping on the AllApps button and the hotseat
2030 Hotseat hotseat = mLauncher.getHotseat();
2031 if (hotseat.isAllAppsButtonRank(
2032 hotseat.getOrderInHotseat(mTargetCell[0], mTargetCell[1]))) {
2595 void mapPointFromSelfToHotseatLayout(Hotseat hotseat, float[] xy) { argument
2596 hotseat
[all...]
H A DLauncher.java1033 // Setup the hotseat
1034 mHotseat = (Hotseat) findViewById(R.id.hotseat);
2460 // The hotseat touch handling does not go through Workspace, and we always allow long press
2461 // on hotseat items.
3056 * Shows the hotseat area.
3075 * Hides the hotseat area.

Completed in 187 milliseconds