Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DRootWindowContainer.java369 if (matchingCandidate(task)) { in apply()
375 this::matchingCandidate); in apply()
378 boolean matchingCandidate(TaskFragment taskFragment) { in matchingCandidate() method in RootWindowContainer.FindTaskResult