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.java524 // Hide folder title in the hotseat
532 // Note: We do this to ensure that the hotseat is always laid out in the orientation
533 // of the hotseat in order regardless of which orientation they were added
538 // Show folder title if not in the hotseat
2026 // Don't show the message if we are dropping on the AllApps button and the hotseat
2030 Hotseat hotseat = mLauncher.getHotseat();
2031 if (hotseat.isAllAppsButtonRank(
2032 hotseat.getOrderInHotseat(mTargetCell[0], mTargetCell[1]))) {
2595 void mapPointFromSelfToHotseatLayout(Hotseat hotseat, float[] xy) { argument
2596 hotseat
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java959 // At bind time, we use the rank (screenId) to compute x and y for hotseat items.
984 * the x and y position in which to place hotseat items. Otherwise
1007 // Hide folder title in the hotseat
1019 // Show folder title if not in the hotseat
2297 final View hotseat = mLauncher.getHotseat();
2353 Animator hotseatAlpha = new LauncherViewPropertyAnimator(hotseat)
2355 hotseatAlpha.addListener(new AlphaUpdateListener(hotseat));
2367 hotseat.setLayerType(View.LAYER_TYPE_HARDWARE, null);
2371 layerViews.add(hotseat);
2399 hotseat
3423 mapPointFromSelfToHotseatLayout(Hotseat hotseat, float[] xy) argument
[all...]

Completed in 177 milliseconds