Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentTasks.java1930 final int otherActivityType = t2.getActivityType(); in hasCompatibleActivityTypeAndWindowingMode() local
1932 final boolean isOtherUndefinedType = otherActivityType == ACTIVITY_TYPE_UNDEFINED; in hasCompatibleActivityTypeAndWindowingMode()
1937 final boolean isCompatibleType = activityType == otherActivityType in hasCompatibleActivityTypeAndWindowingMode()