Home
last modified time | relevance | path

Searched refs:mHotseat (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java93 private final Hotseat mHotseat; field in HotseatPredictionController
130 mHotseat = launcher.getHotseat(); in HotseatPredictionController()
135 mHotseat.getShortcutsAndWidgets().setOnHierarchyChangeListener(this); in HotseatPredictionController()
214 View child = mHotseat.getChildAt( in fillGapsWithPrediction()
215 mHotseat.getCellXFromOrder(rank), in fillGapsWithPrediction()
216 mHotseat.getCellYFromOrder(rank)); in fillGapsWithPrediction()
224 mHotseat.removeView(child); in fillGapsWithPrediction()
251 PredictedAppIcon icon = PredictedAppIcon.createIcon(mHotseat, item); in bindItems()
270 mHotseat.removeDelegatedCellDrawing(outlineDrawing); in removeOutlineDrawings()
272 mHotseat.invalidate(); in removeOutlineDrawings()
[all …]
DHotseatEduController.java55 private final Hotseat mHotseat; field in HotseatEduController
64 mHotseat = launcher.getHotseat(); in HotseatEduController()
106 View child = mHotseat.getChildAt(x, y); in migrateHotseatWhole()
118 mHotseat.removeAllViewsInLayout(); in moveHotseatItems()
140 if (mHotseat.getShortcutsAndWidgets().getChildCount() in showDimissTip()
155 int childCount = mHotseat.getShortcutsAndWidgets().getChildCount(); in showEdu()
159 View v = mHotseat.getShortcutsAndWidgets().getChildAt(i); in showEdu()
185 int childCount = mHotseat.getShortcutsAndWidgets().getChildCount(); in showHotseatArrowTip()
192 View v = mHotseat.getShortcutsAndWidgets().getChildAt(x, y); in showHotseatArrowTip()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java144 private final Hotseat mHotseat; field in LauncherPreviewRenderer
183 mHotseat = mRootView.findViewById(R.id.hotseat); in LauncherPreviewRenderer()
184 mHotseat.resetLayout(false); in LauncherPreviewRenderer()
312 return mHotseat;
324 mHotseat.setIconsAlpha(hide ? 0 : 1);
326 mHotseat.setQsbAlpha(hide ? 0 : 1);
329 mHotseat.setQsbAlpha(hide ? 0 : 1);
356 : mHotseat;
500 itemInfo.cellX = mHotseat.getCellXFromOrder(rank);
501 itemInfo.cellY = mHotseat.getCellYFromOrder(rank);
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWorkspace.java75 private final UiObject2 mHotseat; field in Workspace
79 mHotseat = launcher.waitForLauncherObject("hotseat"); in Workspace()
181 return new HomeQsb(mLauncher, mHotseat); in getQsb()
287 if (mHotseat.getVisibleBounds().height() > mHotseat.getVisibleBounds().width()) { in dragIcon()
323 mHotseat, AppIcon.getAppIconSelector(appName, mLauncher))); in getHotseatAppIcon()
334 List<UiObject2> icons = mHotseat.findObjects(AppIcon.getAnyAppIconSelector()); in getHotseatAppIcon()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java346 Hotseat mHotseat; field in Launcher
780 mHotseat.getQsb().setAlpha(1f - visibility);
1373 mHotseat = findViewById(R.id.hotseat);
1374 mHotseat.setWorkspace(mWorkspace);
2171 return mHotseat != null && (layout == mHotseat);
2680 ViewGroup layout = mHotseat.getShortcutsAndWidgets();
3037 return mHotseat;
3083 ? mHotseat : mWorkspace.getScreenWithId(screenId);