Searched refs:getHotseat (Results 1 – 11 of 11) sorted by relevance
44 x = getHotseat().getCellXFromOrder(screenId); in addInScreenFromBind()45 y = getHotseat().getCellYFromOrder(screenId); in addInScreenFromBind()87 layout = getHotseat(); in addInScreen()136 Hotseat getHotseat(); in getHotseat() method
753 public Hotseat getHotseat() { in getHotseat() method in Workspace754 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 },
93 Hotseat hotseat = mWorkspace.getHotseat(); in setWorkspaceProperty()
314 Hotseat hotseat = launcher.getHotseat();
1320 public Hotseat getHotseat() { in getHotseat() method in Launcher
98 ViewGroup hotseat = (ViewGroup) launcher.getHotseat().getChildAt(0); in StaggeredWorkspaceAnim()105 View hotseat = launcher.getHotseat().getChildAt(0); in StaggeredWorkspaceAnim()
108 mLauncher.getHotseat().setTranslationY(0); in onDeviceProfileChanged()144 mLauncher.getHotseat().setTranslationY(hotseatShift); in setProgress()
61 return mLauncher.getDragLayer().isEventOverView(mLauncher.getHotseat(), mTouchDownEvent) ? in getLogContainerTypeForNormalState()
260 Hotseat hotseat = mActivity.getHotseat(); in shouldStealTouchFromSiblingsBelow()
172 if (currCellLayout != null && currCellLayout != mLauncher.getHotseat()) { in draw()
209 public Hotseat getHotseat() {