Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java236 protected @Surface.Rotation int mLastDeltaRotation = Surface.ROTATION_0; field in WindowContainer
708 mLastDeltaRotation = Surface.ROTATION_0; in migrateToNewSurfaceControl()
876 mLastDeltaRotation = Surface.ROTATION_0; in removeImmediately()
3668 if (mTmpPos.equals(mLastSurfacePosition) && deltaRotation == mLastDeltaRotation) { in updateSurfacePosition()
3682 } else if (deltaRotation != mLastDeltaRotation) { in updateSurfacePosition()
3687 mLastDeltaRotation = deltaRotation; in updateSurfacePosition()
DDisplayContent.java1331 mLastDeltaRotation = Surface.ROTATION_0; in migrateToNewSurfaceControl()