Searched refs:hotseat (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | WorkspaceStateTransitionAnimation.java | 349 final View hotseat = mLauncher.getHotseat(); in animateWorkspace() local 400 LauncherViewPropertyAnimator hotseatAlpha = new LauncherViewPropertyAnimator(hotseat) in animateWorkspace() 402 hotseatAlpha.addListener(new AlphaUpdateListener(hotseat, accessibilityEnabled)); in animateWorkspace() 411 hotseat.setLayerType(View.LAYER_TYPE_HARDWARE, null); in animateWorkspace() 416 layerViews.put(hotseat, LauncherStateTransitionAnimation.BUILD_AND_SET_LAYER); in animateWorkspace() 455 hotseat.setAlpha(finalHotseatAndPageIndicatorAlpha); in animateWorkspace() 456 AlphaUpdateListener.updateVisibility(hotseat, accessibilityEnabled); in animateWorkspace()
|
D | DeviceProfile.java | 421 View hotseat = launcher.findViewById(R.id.hotseat); in layout() local 422 lp = (FrameLayout.LayoutParams) hotseat.getLayoutParams(); in layout() 429 hotseat.findViewById(R.id.layout).setPadding(0, 2 * edgeMarginPx, 0, 2 * edgeMarginPx); in layout() 435 hotseat.setPadding(edgeMarginPx + padding.left, 0, in layout() 444 hotseat.findViewById(R.id.layout).setPadding(2 * edgeMarginPx, 0, in layout() 447 hotseat.setLayoutParams(lp); in layout()
|
D | FocusHelper.java | 199 Hotseat hotseat = (Hotseat) hotseatLayout.getParent(); in handleHotseatButtonKeyEvent() local 302 final Hotseat hotseat = (Hotseat) dragLayer.findViewById(R.id.hotseat); in handleIconKeyEvent() local 310 CellLayout hotseatLayout = (CellLayout) hotseat.getChildAt(0); in handleIconKeyEvent() 320 … !hotseat.hasIcons() /* ignore all apps icon, unless there are no other icons */); in handleIconKeyEvent() 326 … !hotseat.hasIcons() /* ignore all apps icon, unless there are no other icons */); in handleIconKeyEvent()
|
D | LauncherProvider.java | 1137 final SparseArray<ContentValues> hotseat = new SparseArray<ContentValues>(); in migrateLauncher2Shortcuts() local 1244 hotseat.put(screen, values); in migrateLauncher2Shortcuts() 1268 final int N = hotseat.size(); in migrateLauncher2Shortcuts() 1270 int hotseatX = hotseat.keyAt(idx); in migrateLauncher2Shortcuts() 1271 ContentValues values = hotseat.valueAt(idx); in migrateLauncher2Shortcuts() 1276 if (hotseat.get(hotseatX) == null) { in migrateLauncher2Shortcuts()
|
D | Workspace.java | 2452 Hotseat hotseat = mLauncher.getHotseat(); in acceptDrop() local 2453 if (hotseat.isAllAppsButtonRank( in acceptDrop() 2454 hotseat.getOrderInHotseat(mTargetCell[0], mTargetCell[1]))) { in acceptDrop() 3047 void mapPointFromSelfToHotseatLayout(Hotseat hotseat, float[] xy) { 3051 mLauncher.getDragLayer().mapCoordInSelfToDescendent(hotseat.getLayout(), mTempPt); 3860 Hotseat hotseat = mLauncher.getHotseat(); 3874 cellX = hotseat.getCellXFromOrder((int) info.screenId); 3875 cellY = hotseat.getCellYFromOrder((int) info.screenId);
|
D | Launcher.java | 1366 mHotseat = (Hotseat) findViewById(R.id.hotseat); in setupViews()
|
/packages/apps/Launcher2/ |
D | print_db.py | 170 hotseat = [] 172 hotseat.append(None) 177 hotseat[screen] = row 180 for cell in hotseat:
|
/packages/apps/Launcher3/ |
D | print_db.py | 231 hotseat = [] 233 hotseat.append(None) 238 hotseat[screen] = row 241 for cell in hotseat:
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | FocusHelper.java | 670 final ViewGroup hotseat = (ViewGroup) launcher.findViewById(R.id.hotseat); in handleIconKeyEvent() local 740 } else if (hotseat != null) { in handleIconKeyEvent() 741 hotseat.requestFocus(); in handleIconKeyEvent()
|
D | Workspace.java | 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();
|
D | Launcher.java | 1034 mHotseat = (Hotseat) findViewById(R.id.hotseat); in setupViews()
|