Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTransitionController.java524 boolean shouldKeepFocus(@NonNull WindowContainer wc) { in shouldKeepFocus() method in TransitionController
H A DWindowState.java2974 && mTransitionController.shouldKeepFocus(mActivityRecord)); in canReceiveKeysReason()
2978 if (mActivityRecord != null && mTransitionController.shouldKeepFocus(mActivityRecord)) { in canReceiveKeys()
3019 if (mTransitionController.shouldKeepFocus(mActivityRecord)) { in canReceiveTouchInput()
H A DDisplayContent.java3859 if (mCurrentFocus != null && mTransitionController.shouldKeepFocus(mCurrentFocus) in updateFocusedWindowLocked()
/aosp14/frameworks/base/services/
H A Dart-profile11660 HSPLcom/android/server/wm/TransitionController;->shouldKeepFocus(Lcom/android/server/wm/WindowConta…