Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DRecentTasks.java1565 final int otherWindowingMode = t2.getWindowingMode(); in hasCompatibleActivityTypeAndWindowingMode() local
1567 final boolean isOtherUndefinedMode = otherWindowingMode == WINDOWING_MODE_UNDEFINED; in hasCompatibleActivityTypeAndWindowingMode()
1573 final boolean isCompatibleMode = windowingMode == otherWindowingMode in hasCompatibleActivityTypeAndWindowingMode()
DActivityStack.java1759 final int otherWindowingMode = other.getWindowingMode(); in shouldBeVisible() local
1761 if (otherWindowingMode == WINDOWING_MODE_FULLSCREEN) { in shouldBeVisible()
1781 } else if (otherWindowingMode == WINDOWING_MODE_SPLIT_SCREEN_PRIMARY in shouldBeVisible()
1791 } else if (otherWindowingMode == WINDOWING_MODE_SPLIT_SCREEN_SECONDARY in shouldBeVisible()