Searched refs:hasPinnedStack (Results 1 – 5 of 5) sorted by relevance
1452 boolean hasPinnedStack = display != null && display.hasPinnedStack(); in checkEnterPictureInPictureState()1458 if (beforeStopping && hasPinnedStack) { in checkEnterPictureInPictureState()1473 return isNotLockedOrOnKeyguard && !hasPinnedStack in checkEnterPictureInPictureState()1480 return isNotLockedOrOnKeyguard && !hasPinnedStack; in checkEnterPictureInPictureState()
1422 if (hasPinnedStack()) { in updateRotationUnchecked()2010 private boolean hasPinnedStack() { in hasPinnedStack() method in DisplayContent2065 if (mPinnedStackControllerLocked != null && !hasPinnedStack()) { in onConfigurationChanged()4321 if (hasPinnedStack()) { in findPositionForStack()
1076 boolean hasPinnedStack() { in hasPinnedStack() method in ActivityDisplay
1874 || (getDisplay() != null && getDisplay().hasPinnedStack())) { in completePauseLocked()
14685 PLcom/android/server/wm/ActivityDisplay;->hasPinnedStack()Z