Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DStackBox.java38 public static final int TASK_STACK_GOES_ABOVE = 4; field in StackBox
208 case TASK_STACK_GOES_ABOVE: in split()
211 if (position == TASK_STACK_GOES_ABOVE) { in split()