Searched refs:Hotseat (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | Hotseat.java | 31 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()
|
D | Launcher.java | 234 private Hotseat mHotseat; 1008 mHotseat = (Hotseat) findViewById(R.id.hotseat); in setupViews() 2458 Hotseat getHotseat() { in getHotseat()
|
D | Workspace.java | 2030 Hotseat hotseat = mLauncher.getHotseat(); 2595 void mapPointFromSelfToHotseatLayout(Hotseat hotseat, float[] xy) {
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Hotseat.java | 35 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
|
D | Launcher.java | 270 private Hotseat mHotseat; 1370 mHotseat = (Hotseat) findViewById(R.id.hotseat); in setupViews() 1907 public Hotseat getHotseat() { in getHotseat()
|
D | Workspace.java | 2917 Hotseat hotseat = mLauncher.getHotseat(); in acceptDrop() 3485 void mapPointFromSelfToHotseatLayout(Hotseat hotseat, float[] xy) { 4411 Hotseat hotseat = mLauncher.getHotseat();
|