Searched refs:hotseat (Results 1 – 11 of 11) sorted by relevance
627 Hotseat hotseat = (Hotseat) launcher.findViewById(R.id.hotseat); in layout() local628 lp = (FrameLayout.LayoutParams) hotseat.getLayoutParams(); in layout()651 hotseat.getLayout().setPadding(mInsets.left + cellLayoutPaddingLeftRightPx in layout()661 hotseat.getLayout().setPadding(hotseatAdjustment + workspacePadding.left in layout()672 hotseat.getLayout().setPadding(hotseatAdjustment + workspacePadding.left in layout()678 hotseat.setLayoutParams(lp); in layout()
350 final Hotseat hotseat = (Hotseat) dragLayer.findViewById(R.id.hotseat); in handleIconKeyEvent() local357 CellLayout hotseatLayout = (CellLayout) hotseat.getChildAt(0); in handleIconKeyEvent()
2631 Hotseat hotseat = mLauncher.getHotseat();2634 hotseat.getOrderInHotseat(mTargetCell[0], mTargetCell[1]));2824 View hotseat = mLauncher.getHotseat();2825 return mTempXY[0] >= hotseat.getLeft() &&2826 mTempXY[0] <= hotseat.getRight() &&2827 mTempXY[1] >= hotseat.getTop() &&2828 mTempXY[1] <= hotseat.getBottom();2831 void mapPointFromSelfToHotseatLayout(Hotseat hotseat, float[] xy) {2835 mLauncher.getDragLayer().mapCoordInSelfToDescendant(hotseat.getLayout(), mTempXY);
1286 mHotseat = (Hotseat) findViewById(R.id.hotseat); in setupViews()
170 hotseat = []172 hotseat.append(None)177 hotseat[screen] = row180 for cell in hotseat:
166 DumpTargetWrapper hotseat = new DumpTargetWrapper(ContainerType.HOTSEAT, 0); in dumpProto() local184 hotseat.add(dtw); in dumpProto()198 hotseat.add(dtw); in dumpProto()208 hotseat.add(dtw); in dumpProto()217 targetList.addAll(hotseat.getFlattenedList()); in dumpProto()
233 hotseat = []235 hotseat.append(None)240 hotseat[screen] = row243 for cell in hotseat:
670 final ViewGroup hotseat = (ViewGroup) launcher.findViewById(R.id.hotseat); in handleIconKeyEvent() local740 } else if (hotseat != null) { in handleIconKeyEvent()741 hotseat.requestFocus(); in handleIconKeyEvent()
2030 Hotseat hotseat = mLauncher.getHotseat();2031 if (hotseat.isAllAppsButtonRank(2032 hotseat.getOrderInHotseat(mTargetCell[0], mTargetCell[1]))) {2595 void mapPointFromSelfToHotseatLayout(Hotseat hotseat, float[] xy) {2596 hotseat.getLayout().getMatrix().invert(mTempInverseMatrix);2597 xy[0] = xy[0] - hotseat.getLeft() - hotseat.getLayout().getLeft();2598 xy[1] = xy[1] - hotseat.getTop() - hotseat.getLayout().getTop();
1034 mHotseat = (Hotseat) findViewById(R.id.hotseat); in setupViews()
542 public void setupViews(AllAppsContainerView appsView, Hotseat hotseat, Workspace workspace) { in setupViews() argument544 mHotseat = hotseat; in setupViews()