Searched refs:topFullscreen (Results 1 – 2 of 2) sorted by relevance
174 final ActivityRecord topFullscreen = mDisplayContent.getActivity( in deferOrientationChangeForEnteringPipFromFullScreenIfNeeded() local176 if (topFullscreen == null || topFullscreen.hasFixedRotationTransform()) { in deferOrientationChangeForEnteringPipFromFullScreenIfNeeded()180 topFullscreen); in deferOrientationChangeForEnteringPipFromFullScreenIfNeeded()187 mDisplayContent.setFixedRotationLaunchingApp(topFullscreen, rotation); in deferOrientationChangeForEnteringPipFromFullScreenIfNeeded()
822 final WindowState topFullscreen = mDisplayPolicy.getTopFullscreenOpaqueWindow(); in selectRotationAnimation() local825 topFullscreen, in selectRotationAnimation()826 topFullscreen == null ? 0 : topFullscreen.getAttrs().rotationAnimation, in selectRotationAnimation()833 if (topFullscreen != null) { in selectRotationAnimation()834 int animationHint = topFullscreen.getRotationAnimationHint(); in selectRotationAnimation()836 animationHint = topFullscreen.getAttrs().rotationAnimation; in selectRotationAnimation()