Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java209 private static final int REMOTE_ROTATION_TIMEOUT_MS = 800; field in DisplayRotation
572 mService.mH.postDelayed(mDisplayRotationHandlerTimeout, REMOTE_ROTATION_TIMEOUT_MS); in startRemoteRotation()