Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java2564 final ActivityRecord topAttached = task.getActivity(ActivityRecord::attachedToProcess); in getStartingWindowType() local
2565 if (topAttached != null) { in getStartingWindowType()
2566 if (topAttached.isSnapshotCompatible(snapshot) in getStartingWindowType()