Searched refs:shouldBeVisible (Results 1 – 8 of 8) sorted by relevance
152 final boolean shouldBeVisible = hasMultipleEnabledIMEsOrSubtypes(mImm, false); in updateSwitchImeButton()153 if (wasVisible != shouldBeVisible) { in updateSwitchImeButton()154 mSwitchImeButton.setVisibility(shouldBeVisible ? View.VISIBLE : View.GONE); in updateSwitchImeButton()
120 fullscreenWorkspaceStackId.shouldBeVisible(null /*starting*/)); in testShouldBeVisibleWithVisibleBehindActivity()
107 if (stack != null && stack.shouldBeVisible(null) != STACK_INVISIBLE) { in logWindowState()
1636 int shouldBeVisible(ActivityRecord starting) { in shouldBeVisible() method in ActivityStack1781 final int stackVisibility = shouldBeVisible(starting); in ensureActivitiesVisibleLocked()1940 boolean checkKeyguardVisibility(ActivityRecord r, boolean shouldBeVisible, in checkKeyguardVisibility() argument1947 if (shouldBeVisible) { in checkKeyguardVisibility()1968 return shouldBeVisible && mStackSupervisor.mKeyguardController in checkKeyguardVisibility()1971 return shouldBeVisible && mStackSupervisor.mKeyguardController.canShowWhileOccluded( in checkKeyguardVisibility()1974 return shouldBeVisible; in checkKeyguardVisibility()2165 if (shouldBeVisible(null) == STACK_INVISIBLE) { in cancelInitializingActivities()4305 && shouldBeVisible(null) == STACK_VISIBLE) { in releaseBackgroundResources()
2263 && stack.shouldBeVisible(null) != STACK_INVISIBLE) { in getNextFocusableStackLocked()2454 fullscreenStack.shouldBeVisible(null) == STACK_VISIBLE; in moveTasksToFullscreenStackInSurfaceTransaction()3721 stack.shouldBeVisible(null) == STACK_VISIBLE) { in getDumpActivitiesLocked()4048 info.visible = stack.shouldBeVisible(null) == STACK_VISIBLE; in getStackInfoLocked()5218 if (stack.shouldBeVisible(null /* starting */) in getTopVisibleActivities()
2227 && dockedStack.shouldBeVisible(r) == STACK_INVISIBLE) { in getLaunchStack()
2396 if (stack.shouldBeVisible(null /* starting */) == STACK_INVISIBLE) { in ensureActivityConfigurationLocked()
638 final boolean shouldBeVisible = shouldBeVisibleH(row, isActive);639 Util.setVisOrGone(row.view, shouldBeVisible);640 Util.setVisOrGone(row.header, shouldBeVisible);