Searched refs:mHotseat (Results 1 – 5 of 5) sorted by relevance
93 private final Hotseat mHotseat; field in HotseatPredictionController130 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 …]
55 private final Hotseat mHotseat; field in HotseatEduController64 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()
144 private final Hotseat mHotseat; field in LauncherPreviewRenderer183 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);
75 private final UiObject2 mHotseat; field in Workspace79 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()
346 Hotseat mHotseat; field in Launcher780 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);