Searched defs:hotseat (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher2/
H A Dprint_db.py170 hotseat = [] variable
172 hotseat.append(None)
177 hotseat[screen] = row
180 for cell in hotseat:
/packages/apps/Launcher3/
H A Dprint_db.py231 hotseat = [] variable
233 hotseat.append(None)
238 hotseat[screen] = row
241 for cell in hotseat:
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java523 // Hide folder title in the hotseat
531 // Note: We do this to ensure that the hotseat is always laid out in the orientation
532 // of the hotseat in order regardless of which orientation they were added
537 // Show folder title if not in the hotseat
2025 // Don't show the message if we are dropping on the AllApps button and the hotseat
2029 Hotseat hotseat = mLauncher.getHotseat();
2030 if (hotseat.isAllAppsButtonRank(
2031 hotseat.getOrderInHotseat(mTargetCell[0], mTargetCell[1]))) {
2594 void mapPointFromSelfToHotseatLayout(Hotseat hotseat, float[] xy) { argument
2595 hotseat
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java777 // At bind time, we use the rank (screenId) to compute x and y for hotseat items.
802 * the x and y position in which to place hotseat items. Otherwise
825 // Hide folder title in the hotseat
837 // Show folder title if not in the hotseat
2046 final View hotseat = mLauncher.getHotseat();
2091 ObjectAnimator hotseatAlpha = ObjectAnimator.ofFloat(hotseat, "alpha",
2099 hotseatAlpha.addListener(new AlphaUpdateListener(hotseat));
2120 hotseat.setAlpha(finalHotseatAndPageIndicatorAlpha);
2121 AlphaUpdateListener.updateVisibility(hotseat);
2533 // Don't show the message if we are dropping on the AllApps button and the hotseat
3109 mapPointFromSelfToHotseatLayout(Hotseat hotseat, float[] xy) argument
[all...]

Completed in 591 milliseconds