Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityRecordTests.java648 assertEquals(false, activity.shouldMakeActive(null /* activeActivity */)); in testShouldMakeActive_deferredResume()
651 assertEquals(true, activity.shouldMakeActive(null /* activeActivity */)); in testShouldMakeActive_deferredResume()
663 assertEquals(false, activity.shouldMakeActive(null /* activeActivity */)); in testShouldMakeActive_nonTopVisible()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java5536 return shouldMakeActive(activeActivity) && !isFocusable() && !isState(PAUSING, PAUSED) in shouldPauseActivity()
5559 return shouldMakeActive(activeActivity) && isFocusable() in shouldBeResumed()
5583 boolean shouldMakeActive(ActivityRecord activeActivity) { in shouldMakeActive() method in ActivityRecord
/aosp12/frameworks/base/services/
H A Dart-profile44219 HSPLcom/android/server/wm/ActivityRecord;->shouldMakeActive(Lcom/android/server/wm/ActivityRecord;)…