Searched refs:shouldBeVisibleUnchecked (Results 1 – 7 of 7) sorted by relevance
147 final boolean reallyVisible = r.shouldBeVisibleUnchecked(); in setActivityVisibilityState()
6202 return shouldBeVisibleUnchecked(); in shouldBeVisible()6205 boolean shouldBeVisibleUnchecked() { in shouldBeVisibleUnchecked() method in ActivityRecord
308 doReturn(true).when(activityB).shouldBeVisibleUnchecked(); in testPerformClearTop()309 doReturn(true).when(activityC).shouldBeVisibleUnchecked(); in testPerformClearTop()
1001 doReturn(true).when(activity).shouldBeVisibleUnchecked(); in testInputMethodTargetUpdateWhenSwitchingOnDisplays()1006 doReturn(true).when(activity1).shouldBeVisibleUnchecked(); in testInputMethodTargetUpdateWhenSwitchingOnDisplays()
1445 doReturn(true).when(nonTopVisibleActivity).shouldBeVisibleUnchecked(); in testNonTopVisibleActivityNotResume()
3413 HSPLcom/android/server/wm/ActivityRecord;->shouldBeVisibleUnchecked()Z+]Lcom/android/server/wm/Acti…
25731 HPLcom/android/server/wm/ActivityRecord;->shouldBeVisibleUnchecked()Z