Home
last modified time | relevance | path

Searched refs:getHotseat (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceLayoutManager.java44 x = getHotseat().getCellXFromOrder(screenId); in addInScreenFromBind()
45 y = getHotseat().getCellYFromOrder(screenId); in addInScreenFromBind()
87 layout = getHotseat(); in addInScreen()
136 Hotseat getHotseat(); in getHotseat() method
DWorkspace.java753 public Hotseat getHotseat() { in getHotseat() method in Workspace
754 return mLauncher.getHotseat(); in getHotseat()
1444 setEnableForLayout(mLauncher.getHotseat(),enable); in startDrag()
2114 View hotseat = mLauncher.getHotseat();
2237 if (mLauncher.getHotseat() != null && !isDragWidget(d)) {
2239 layout = mLauncher.getHotseat();
2892 if (mLauncher.getHotseat() != null) {
2894 layouts[screenCount] = mLauncher.getHotseat();
2934 return getFirstMatch(new CellLayout[] { getHotseat(), currentPage },
2939 return getFirstMatch(new CellLayout[] { getHotseat(), currentPage },
DWorkspaceStateTransitionAnimation.java93 Hotseat hotseat = mWorkspace.getHotseat(); in setWorkspaceProperty()
DLauncherState.java314 Hotseat hotseat = launcher.getHotseat();
DLauncher.java1320 public Hotseat getHotseat() { in getHotseat() method in Launcher
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DStaggeredWorkspaceAnim.java98 ViewGroup hotseat = (ViewGroup) launcher.getHotseat().getChildAt(0); in StaggeredWorkspaceAnim()
105 View hotseat = launcher.getHotseat().getChildAt(0); in StaggeredWorkspaceAnim()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java108 mLauncher.getHotseat().setTranslationY(0); in onDeviceProfileChanged()
144 mLauncher.getHotseat().setTranslationY(hotseatShift); in setProgress()
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/
DAllAppsSwipeController.java61 return mLauncher.getDragLayer().isEventOverView(mLauncher.getHotseat(), mTouchDownEvent) ? in getLogContainerTypeForNormalState()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DLauncherRecentsView.java260 Hotseat hotseat = mActivity.getHotseat(); in shouldStealTouchFromSiblingsBelow()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DWorkspaceAndHotseatScrim.java172 if (currCellLayout != null && currCellLayout != mLauncher.getHotseat()) { in draw()
DLauncherPreviewRenderer.java209 public Hotseat getHotseat() {