Searched refs:Hotseat (Results 1 – 7 of 7) 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 | 236 private Hotseat mHotseat; 1034 mHotseat = (Hotseat) findViewById(R.id.hotseat); in setupViews() 2484 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 | 30 public class Hotseat extends FrameLayout class 41 public Hotseat(Context context) { in Hotseat() method in Hotseat 45 public Hotseat(Context context, AttributeSet attrs) { in Hotseat() method in Hotseat 49 public Hotseat(Context context, AttributeSet attrs, int defStyle) { in Hotseat() method in Hotseat
|
D | FocusHelper.java | 357 final Hotseat hotseat = (Hotseat) dragLayer.findViewById(R.id.hotseat); in handleIconKeyEvent()
|
D | Launcher.java | 251 @Thunk Hotseat mHotseat; 1348 mHotseat = (Hotseat) findViewById(R.id.hotseat); in setupViews() 1806 public Hotseat getHotseat() { in getHotseat()
|
D | Workspace.java | 2566 Hotseat hotseat = mLauncher.getHotseat(); in acceptDrop() 3167 void mapPointFromSelfToHotseatLayout(Hotseat hotseat, float[] xy) { 3974 Hotseat hotseat = mLauncher.getHotseat();
|