Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java521 layout = mLauncher.getHotseat().getLayout(); in addInScreen()
530 screen = mLauncher.getHotseat().getOrderInHotseat(x, y); in addInScreen()
534 x = mLauncher.getHotseat().getCellXFromOrder(screen); in addInScreen()
535 y = mLauncher.getHotseat().getCellYFromOrder(screen); in addInScreen()
1980 mapPointFromSelfToHotseatLayout(mLauncher.getHotseat(), mDragViewVisualCenter);
2030 Hotseat hotseat = mLauncher.getHotseat();
2179 mapPointFromSelfToHotseatLayout(mLauncher.getHotseat(), mDragViewVisualCenter);
2773 if (mLauncher.getHotseat() != null && !isExternalDragWidget(d)) {
2774 mLauncher.getHotseat().getHitRect(r);
2776 layout = mLauncher.getHotseat().getLayout();
[all …]
DLauncherModel.java437 item.screen = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY); in moveItemInDatabase()
470 item.screen = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY); in modifyItemInDatabase()
618 item.screen = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY); in addItemToDatabase()
DLauncher.java2484 Hotseat getHotseat() { in getHotseat() method in Launcher
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1077 x = mLauncher.getHotseat().getCellXFromOrder(screenId); in addInScreenFromBind()
1078 y = mLauncher.getHotseat().getCellYFromOrder(screenId); in addInScreenFromBind()
1120 layout = mLauncher.getHotseat().getLayout(); in addInScreen()
1550 property.set(mLauncher.getHotseat(), translation); in setHotseatTranslationAndAlpha()
1559 mLauncher.getHotseat().setAlpha(hotseatAlpha); in setHotseatAlphaAtIndex()
1582 new AlphaUpdateListener(mLauncher.getHotseat(), accessibilityEnabled)); in createHotseatAlphaAnimator()
1760 if (mLauncher.getHotseat() != null) { in updateStateForCustomContent()
1761 mLauncher.getHotseat().setTranslationX(translationX); in updateStateForCustomContent()
2208 setEnableForLayout(mLauncher.getHotseat().getLayout(),enable); in startDrag()
2314 mapPointFromSelfToHotseatLayout(mLauncher.getHotseat(), mDragViewVisualCenter); in acceptDrop()
[all …]
DWorkspaceStateTransitionAnimation.java397 layerViews.addView(mLauncher.getHotseat()); in animateWorkspace()
DLauncher.java1679 public Hotseat getHotseat() { in getHotseat() method in Launcher
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java165 return isEventOverView(mLauncher.getHotseat(), ev); in isEventOverHotseat()
874 if (currCellLayout != null && currCellLayout != mLauncher.getHotseat().getLayout()) { in dispatchDraw()