Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java558 WindowState mTopFullscreenOpaqueWindowState; field in PhoneWindowManager
2855 + mTopFullscreenOpaqueWindowState + " rotationAnimation=" in selectRotationAnimationLw()
2856 + (mTopFullscreenOpaqueWindowState == null ? in selectRotationAnimationLw()
2857 "0" : mTopFullscreenOpaqueWindowState.getAttrs().rotationAnimation)); in selectRotationAnimationLw()
2858 if (mTopFullscreenOpaqueWindowState != null && mTopIsFullscreen) { in selectRotationAnimationLw()
2859 switch (mTopFullscreenOpaqueWindowState.getAttrs().rotationAnimation) { in selectRotationAnimationLw()
4422 win == mTopFullscreenOpaqueWindowState && !win.isAnimatingLw(); in layoutWindowLw()
4855 mTopFullscreenOpaqueWindowState = null; in beginPostLayoutPolicyLw()
4885 if (mTopFullscreenOpaqueWindowState == null in applyPostLayoutPolicyLw()
4905 if (mTopFullscreenOpaqueWindowState == null && in applyPostLayoutPolicyLw()
[all …]