Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DHotseat.java35 public class Hotseat extends CellLayout implements LogContainerProvider, Insettable, Transposable { class
40 public Hotseat(Context context) { in Hotseat() method in Hotseat
44 public Hotseat(Context context, AttributeSet attrs) { in Hotseat() method in Hotseat
48 public Hotseat(Context context, AttributeSet attrs, int defStyle) { in Hotseat() method in Hotseat
DFocusHelper.java339 final Hotseat hotseat = (Hotseat) dragLayer.findViewById(R.id.hotseat); in handleIconKeyEvent()
DWorkspaceLayoutManager.java136 Hotseat getHotseat(); in getHotseat()
DWorkspaceStateTransitionAnimation.java93 Hotseat hotseat = mWorkspace.getHotseat(); in setWorkspaceProperty()
DLauncherState.java314 Hotseat hotseat = launcher.getHotseat();
DLauncher.java231 @Thunk Hotseat mHotseat;
1320 public Hotseat getHotseat() { in getHotseat()
DWorkspace.java753 public Hotseat getHotseat() { in getHotseat()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java48 import com.android.launcher3.Hotseat;
142 private final Hotseat mHotseat;
209 public Hotseat getHotseat() {
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DLauncherRecentsView.java40 import com.android.launcher3.Hotseat;
260 Hotseat hotseat = mActivity.getHotseat(); in shouldStealTouchFromSiblingsBelow()