Home
last modified time | relevance | path

Searched refs:Hotseat (Results 1 – 7 of 7) 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.java236 private Hotseat mHotseat;
1034 mHotseat = (Hotseat) findViewById(R.id.hotseat); in setupViews()
2484 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.java30 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
DFocusHelper.java357 final Hotseat hotseat = (Hotseat) dragLayer.findViewById(R.id.hotseat); in handleIconKeyEvent()
DLauncher.java251 @Thunk Hotseat mHotseat;
1348 mHotseat = (Hotseat) findViewById(R.id.hotseat); in setupViews()
1806 public Hotseat getHotseat() { in getHotseat()
DWorkspace.java2566 Hotseat hotseat = mLauncher.getHotseat(); in acceptDrop()
3167 void mapPointFromSelfToHotseatLayout(Hotseat hotseat, float[] xy) {
3974 Hotseat hotseat = mLauncher.getHotseat();