Home | History | Annotate | Download | only in launcher3

Lines Matching refs:getHotseat

956             layout = mLauncher.getHotseat().getLayout();
965 x = mLauncher.getHotseat().getCellXFromOrder((int) screenId);
966 y = mLauncher.getHotseat().getCellYFromOrder((int) screenId);
968 screenId = mLauncher.getHotseat().getOrderInHotseat(x, y);
1570 mLauncher.getHotseat().getLayout()
1621 if (mLauncher.getHotseat() != null) {
1622 mLauncher.getHotseat().setTranslationX(translationX);
2371 mapPointFromSelfToHotseatLayout(mLauncher.getHotseat(), mDragViewVisualCenter);
2422 Hotseat hotseat = mLauncher.getHotseat();
2578 mapPointFromSelfToHotseatLayout(mLauncher.getHotseat(), mDragViewVisualCenter);
3132 if (mLauncher.getHotseat() != null && !isExternalDragWidget(d)) {
3134 layout = mLauncher.getHotseat().getLayout();
3155 if (mLauncher.getHotseat() != null && !isDragWidget(d)) {
3157 layout = mLauncher.getHotseat().getLayout();
3173 mapPointFromSelfToHotseatLayout(mLauncher.getHotseat(), mDragViewVisualCenter);
3812 saveWorkspaceScreenToDb((CellLayout) mLauncher.getHotseat().getLayout());
3826 Hotseat hotseat = mLauncher.getHotseat();
3941 if (mLauncher.getHotseat() != null && isPortrait) {
3943 mLauncher.getHotseat().getHitRect(r);
4018 if (mLauncher.getHotseat() != null) {
4019 layouts.add(mLauncher.getHotseat().getLayout());
4036 if (mLauncher.getHotseat() != null) {
4037 childrenLayouts.add(mLauncher.getHotseat().getLayout().getShortcutsAndWidgets());