Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrganizerController.java1318 final ActivityRecord curFocus = taskFragment.getDisplayContent().mFocusedApp; in applyTaskFragmentOperation() local
1319 if (curFocus != null && curFocus.getTaskFragment() == taskFragment) { in applyTaskFragmentOperation()
1323 if (curFocus != null && curFocus.getTask() != taskFragment.getTask()) { in applyTaskFragmentOperation()