HomeSort by relevance Sort by last modified time
    Searched refs:splitPrimaryTask (Results 1 - 8 of 8) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
RecentsComponent.java 31 boolean splitPrimaryTask(int dragMode, int stackCreateMode, Rect initialBounds,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
IRecentsNonSystemUserCallbacks.aidl 34 void splitPrimaryTask(int topTaskId, int dragMode, int stackCreateMode,
RecentsImplProxy.java 90 public void splitPrimaryTask(int topTaskId, int dragMode, int stackCreateMode,
144 mImpl.splitPrimaryTask(args.argi1, args.argi2, args.argi3 = 0,
Recents.java 466 public boolean splitPrimaryTask(int dragMode, int stackCreateMode, Rect initialBounds,
498 mImpl.splitPrimaryTask(runningTask.id, dragMode, stackCreateMode,
506 callbacks.splitPrimaryTask(runningTask.id, dragMode,
    [all...]
RecentsImpl.java 692 public void splitPrimaryTask(int taskId, int dragMode, int stackCreateMode,
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
ShortcutKeyDispatcher.java 97 recents.splitPrimaryTask(DRAG_MODE_NONE, (shortcutCode == SC_DOCK_LEFT)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarGestureHelper.java 233 boolean docked = mRecentsComponent.splitPrimaryTask(dragMode, createMode,
StatusBar.java     [all...]

Completed in 388 milliseconds