Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java83 private final Hotseat mHotseat; field in HotseatPredictionController
118 mHotseat = launcher.getHotseat(); in HotseatPredictionController()
123 mHotseat.getShortcutsAndWidgets().setOnHierarchyChangeListener(this); in HotseatPredictionController()
178 mLauncher.getString(R.string.hotseat_tip_no_empty_slots), mHotseat.getTop()); in showDiscoveryTip()
218 View child = mHotseat.getChildAt( in fillGapsWithPrediction()
219 mHotseat.getCellXFromOrder(rank), in fillGapsWithPrediction()
220 mHotseat.getCellYFromOrder(rank)); in fillGapsWithPrediction()
228 mHotseat.removeView(child); in fillGapsWithPrediction()
251 PredictedAppIcon icon = PredictedAppIcon.createIcon(mHotseat, item); in bindItems()
274 mHotseat.removeDelegatedCellDrawing(outlineDrawing); in removeOutlineDrawings()
[all …]
DHotseatEduController.java54 private final Hotseat mHotseat; field in HotseatEduController
63 mHotseat = launcher.getHotseat(); in HotseatEduController()
93 View view = mHotseat.getChildAt(i, 0); in migrateToFolder()
192 View child = mHotseat.getChildAt(i, 0); in migrateHotseatWhole()
204 mHotseat.removeAllViewsInLayout(); in moveHotseatItems()
226 if (mHotseat.getShortcutsAndWidgets().getChildCount() in showDimissTip()
233 mLauncher.getString(R.string.hotseat_tip_no_empty_slots), mHotseat.getTop()); in showDimissTip()
242 int childCount = mHotseat.getShortcutsAndWidgets().getChildCount(); in showEdu()
246 View v = mHotseat.getShortcutsAndWidgets().getChildAt(i); in showEdu()
257 mHotseat.getTop()); in showEdu()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarHotseatController.java37 private final Hotseat mHotseat; field in TaskbarHotseatController
54 mHotseat = mLauncher.getHotseat(); in TaskbarHotseatController()
72 ShortcutAndWidgetContainer shortcutsAndWidgets = mHotseat.getShortcutsAndWidgets(); in onHotseatUpdated()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java207 private final Hotseat mHotseat; field in LauncherPreviewRenderer
258 mHotseat = mRootView.findViewById(R.id.hotseat); in LauncherPreviewRenderer()
259 mHotseat.resetLayout(false); in LauncherPreviewRenderer()
328 return mHotseat;
468 itemInfo.cellX = mHotseat.getCellXFromOrder(rank);
469 itemInfo.cellY = mHotseat.getCellYFromOrder(rank);
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWorkspace.java56 private final UiObject2 mHotseat; field in Workspace
60 mHotseat = launcher.waitForLauncherObject("hotseat"); in Workspace()
172 mHotseat, AppIcon.getAppIconSelector(appName, mLauncher))); in getHotseatAppIcon()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java292 Hotseat mHotseat; field in Launcher
578 mHotseat.getQsb().setAlpha(1f - visibility); in onAssistantVisibilityChanged()
1181 mHotseat = findViewById(R.id.hotseat); in setupViews()
1182 mHotseat.setWorkspace(mWorkspace); in setupViews()
1459 return mHotseat; in getHotseat()
2030 return mHotseat != null && (layout == mHotseat); in isHotseatLayout()
2038 ? mHotseat : mWorkspace.getScreenWithId(screenId); in getCellLayout()
2134 if (mHotseat != null) { in startBinding()
2135 mHotseat.resetLayout(getDeviceProfile().isVerticalBarLayout()); in startBinding()
2237 mHotseat == null) { in bindItems()
[all …]