Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityStackTests.java324 assertTrue(homeStack.shouldBeVisible(null /* starting */)); in testShouldBeVisible_Fullscreen()
325 assertTrue(pinnedStack.shouldBeVisible(null /* starting */)); in testShouldBeVisible_Fullscreen()
332 assertFalse(homeStack.shouldBeVisible(null /* starting */)); in testShouldBeVisible_Fullscreen()
333 assertTrue(pinnedStack.shouldBeVisible(null /* starting */)); in testShouldBeVisible_Fullscreen()
334 assertTrue(fullscreenStack.shouldBeVisible(null /* starting */)); in testShouldBeVisible_Fullscreen()
338 assertTrue(homeStack.shouldBeVisible(null /* starting */)); in testShouldBeVisible_Fullscreen()
339 assertTrue(pinnedStack.shouldBeVisible(null /* starting */)); in testShouldBeVisible_Fullscreen()
358 assertFalse(homeStack.shouldBeVisible(null /* starting */)); in testShouldBeVisible_SplitScreen()
359 assertTrue(splitScreenPrimary.shouldBeVisible(null /* starting */)); in testShouldBeVisible_SplitScreen()
360 assertTrue(splitScreenSecondary.shouldBeVisible(null /* starting */)); in testShouldBeVisible_SplitScreen()
[all …]
DActivityRecordTests.java418 assertFalse(mStack.shouldBeVisible(null /* starting */)); in testPushConfigurationWhenLaunchTaskBehind()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPasswordView.java155 final boolean shouldBeVisible = hasMultipleEnabledIMEsOrSubtypes(mImm, false); in updateSwitchImeButton()
156 if (wasVisible != shouldBeVisible) { in updateSwitchImeButton()
157 mSwitchImeButton.setVisibility(shouldBeVisible ? View.VISIBLE : View.GONE); in updateSwitchImeButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java149 if (shouldBeVisible()) { in HeadsUpAppearanceController()
249 if (shouldBeVisible()) { in updateTopEntry()
376 public boolean shouldBeVisible() { in shouldBeVisible() method in HeadsUpAppearanceController
DNotificationPanelView.java2933 && mHeadsUpAppearanceController.shouldBeVisible(); in updateKeyguardStatusBarForHeadsUp()
3199 && mHeadsUpAppearanceController.shouldBeVisible()) {
DStatusBar.java1749 return mHeadsUpAppearanceController.shouldBeVisible(); in headsUpShouldBeVisible()
/frameworks/base/packages/SettingsLib/ActionButtonsPreference/src/com/android/settingslib/widget/
DActionButtonsPreference.java375 if (shouldBeVisible()) { in setUpButton()
389 private boolean shouldBeVisible() { in shouldBeVisible() method in ActionButtonsPreference.ButtonInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java264 if (visibility == View.VISIBLE && !shouldBeVisible()) { in setVisibility()
281 private boolean shouldBeVisible() { in shouldBeVisible() method in Clock
286 boolean visible = shouldBeVisible(); in updateClockVisibility()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStack.java1327 return isFocusable() && shouldBeVisible(null /* starting */); in isFocusableAndVisible()
1974 boolean shouldBeVisible(ActivityRecord starting) { in shouldBeVisible() method in ActivityStack
1996 boolean shouldBeVisible = true; in getVisibility()
2005 shouldBeVisible = hasRunningActivities || isInStackLocked(starting) != null in getVisibility()
2071 if (!shouldBeVisible) { in getVisibility()
2148 final boolean stackShouldBeVisible = shouldBeVisible(starting); in ensureActivitiesVisibleLocked()
2168 final boolean reallyVisible = r.shouldBeVisible(behindFullscreenActivity); in ensureActivitiesVisibleLocked()
2303 boolean checkKeyguardVisibility(ActivityRecord r, boolean shouldBeVisible, boolean isTop) { in checkKeyguardVisibility() argument
2311 if (shouldBeVisible) { in checkKeyguardVisibility()
2331 return shouldBeVisible && mStackSupervisor.getKeyguardController() in checkKeyguardVisibility()
[all …]
DRecentsAnimation.java410 if (mDefaultDisplay.getIndexOf(stack) == -1 || !stack.shouldBeVisible(null)) { in onStackOrderChanged()
DActivityDisplay.java1264 if (stack.shouldBeVisible(null)) { in moveStackBehindBottomMostVisibleStack()
1282 if (s.shouldBeVisible(null) && isValidWindowingMode) { in moveStackBehindBottomMostVisibleStack()
DActivityRecord.java1965 boolean shouldBeVisible(boolean behindFullscreenActivity) { in shouldBeVisible() method in ActivityRecord
1990 boolean shouldBeVisible() { in shouldBeVisible() method in ActivityRecord
1998 return shouldBeVisible(!stack.shouldBeVisible(null /* starting */)); in shouldBeVisible()
3200 if (!ignoreVisibility && (mState == STOPPING || mState == STOPPED || !shouldBeVisible())) { in ensureActivityConfiguration()
DRootActivityContainer.java678 if (stack.shouldBeVisible(null /* starting */)) { in getTopVisibleActivities()
1286 info.visible = stack.shouldBeVisible(null); in getStackInfo()
2350 if (!dumpVisibleStacksOnly || stack.shouldBeVisible(null)) { in getDumpActivities()
DActivityStarter.java1136 if (homeStack != null && homeStack.shouldBeVisible(null /* starting */)) { in postStartActivityProcessing()
2737 if (dockedStack != null && !dockedStack.shouldBeVisible(r)) { in getLaunchStack()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java812 final boolean shouldBeVisible = shouldBeVisibleH(row, activeRow); in updateRowsH()
813 Util.setVisOrGone(row.view, shouldBeVisible); in updateRowsH()
/frameworks/base/services/
Dart-profile14833 HSPLcom/android/server/wm/ActivityRecord;->shouldBeVisible(Z)Z
14983 HSPLcom/android/server/wm/ActivityStack;->shouldBeVisible(Lcom/android/server/wm/ActivityRecord;)Z