Searched refs:mHotseat (Results 1 – 6 of 6) sorted by relevance
83 private final Hotseat mHotseat; field in HotseatPredictionController118 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 …]
54 private final Hotseat mHotseat; field in HotseatEduController63 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()
37 private final Hotseat mHotseat; field in TaskbarHotseatController54 mHotseat = mLauncher.getHotseat(); in TaskbarHotseatController()72 ShortcutAndWidgetContainer shortcutsAndWidgets = mHotseat.getShortcutsAndWidgets(); in onHotseatUpdated()
207 private final Hotseat mHotseat; field in LauncherPreviewRenderer258 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);
56 private final UiObject2 mHotseat; field in Workspace60 mHotseat = launcher.waitForLauncherObject("hotseat"); in Workspace()172 mHotseat, AppIcon.getAppIconSelector(appName, mLauncher))); in getHotseatAppIcon()
292 Hotseat mHotseat; field in Launcher578 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 …]