HomeSort by relevance Sort by last modified time
    Searched refs:Hotseat (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java 30 public class Hotseat extends FrameLayout {
32 private static final String TAG = "Hotseat";
42 public Hotseat(Context context) {
46 public Hotseat(Context context, AttributeSet attrs) {
50 public Hotseat(Context context, AttributeSet attrs, int defStyle) {
54 R.styleable.Hotseat, defStyle, 0);
71 /* Get the orientation invariant order of the item in the hotseat for persistence. */
75 /* Get the orientation specific coordinates given an invariant order in the hotseat. */
129 // Note: We do this to ensure that the hotseat is always laid out in the orientation of
130 // the hotseat in order regardless of which orientation they were adde
    [all...]
Launcher.java 223 private Hotseat mHotseat;
    [all...]
Workspace.java 528 // Hide folder title in the hotseat
536 // Note: We do this to ensure that the hotseat is always laid out in the orientation
537 // of the hotseat in order regardless of which orientation they were added
542 // Show folder title if not in the hotseat
    [all...]

Completed in 20 milliseconds