Searched refs:mHotseat (Results 1 – 3 of 3) sorted by relevance
43 private final UiObject2 mHotseat; field in Workspace47 mHotseat = launcher.waitForLauncherObject("hotseat"); in Workspace()60 final UiObject2 hotseat = mHotseat; in switchToAllApps()148 mHotseat, AppIcon.getAppIconSelector(appName, mLauncher))); in getHotseatAppIcon()154 mHotseat, Folder.getSelector(appName, mLauncher))); in getHotseatFolder()
142 private final Hotseat mHotseat;157 mHotseat = mRootView.findViewById(R.id.hotseat);158 mHotseat.resetLayout(false);210 return mHotseat;
231 @Thunk Hotseat mHotseat; field in Launcher1081 mHotseat = findViewById(R.id.hotseat); in setupViews()1321 return mHotseat; in getHotseat()1841 return mHotseat != null && (layout == mHotseat); in isHotseatLayout()1849 ? mHotseat : mWorkspace.getScreenWithId(screenId); in getCellLayout()1932 if (mHotseat != null) { in startBinding()1933 mHotseat.resetLayout(getWallpaperDeviceProfile().isVerticalBarLayout()); in startBinding()2018 mHotseat == null) { in bindItems()2453 ViewGroup layout = mHotseat.getShortcutsAndWidgets(); in dump()