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

  /packages/apps/Launcher2/src/com/android/launcher2/
Hotseat.java 31 public class Hotseat extends FrameLayout {
33 private static final String TAG = "Hotseat";
45 public Hotseat(Context context) {
49 public Hotseat(Context context, AttributeSet attrs) {
53 public Hotseat(Context context, AttributeSet attrs, int defStyle) {
57 R.styleable.Hotseat, defStyle, 0);
81 /* Get the orientation invariant order of the item in the hotseat for persistence. */
85 /* Get the orientation specific coordinates given an invariant order in the hotseat. */
139 // Note: We do this to ensure that the hotseat is always laid out in the orientation of
140 // the hotseat in order regardless of which orientation they were adde
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 35 public class Hotseat extends FrameLayout {
36 private static final String TAG = "Hotseat";
47 public Hotseat(Context context) {
51 public Hotseat(Context context, AttributeSet attrs) {
55 public Hotseat(Context context, AttributeSet attrs, int defStyle) {
75 * Registers the specified listener on the cell layout of the hotseat.
86 /* Get the orientation invariant order of the item in the hotseat for persistence. */
90 /* Get the orientation specific coordinates given an invariant order in the hotseat. */
169 // Note: We do this to ensure that the hotseat is always laid out in the orientation of
170 // the hotseat in order regardless of which orientation they were adde
    [all...]

Completed in 113 milliseconds