Home
last modified time | relevance | path

Searched refs:Hotseat (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DHotseat.java31 public class Hotseat extends FrameLayout { class
45 public Hotseat(Context context) { in Hotseat() method in Hotseat
49 public Hotseat(Context context, AttributeSet attrs) { in Hotseat() method in Hotseat
53 public Hotseat(Context context, AttributeSet attrs, int defStyle) { in Hotseat() method in Hotseat
57 R.styleable.Hotseat, defStyle, 0); in Hotseat()
DLauncher.java234 private Hotseat mHotseat;
1008 mHotseat = (Hotseat) findViewById(R.id.hotseat); in setupViews()
2458 Hotseat getHotseat() { in getHotseat()
DWorkspace.java2030 Hotseat hotseat = mLauncher.getHotseat();
2595 void mapPointFromSelfToHotseatLayout(Hotseat hotseat, float[] xy) {
/packages/apps/Launcher3/src/com/android/launcher3/
DHotseat.java35 public class Hotseat extends FrameLayout { class
47 public Hotseat(Context context) { in Hotseat() method in Hotseat
51 public Hotseat(Context context, AttributeSet attrs) { in Hotseat() method in Hotseat
55 public Hotseat(Context context, AttributeSet attrs, int defStyle) { in Hotseat() method in Hotseat
DLauncher.java270 private Hotseat mHotseat;
1370 mHotseat = (Hotseat) findViewById(R.id.hotseat); in setupViews()
1907 public Hotseat getHotseat() { in getHotseat()
DWorkspace.java2917 Hotseat hotseat = mLauncher.getHotseat(); in acceptDrop()
3485 void mapPointFromSelfToHotseatLayout(Hotseat hotseat, float[] xy) {
4411 Hotseat hotseat = mLauncher.getHotseat();