Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeScreenState.java72 public static final int UDFPS_DISPLAY_STATE_DELAY = 1200; field in DozeScreenState
195 mHandler.postDelayed(mApplyPendingScreenState, UDFPS_DISPLAY_STATE_DELAY); in transitionTo()
216 mHandler.postDelayed(mApplyPendingScreenState, UDFPS_DISPLAY_STATE_DELAY); in applyPendingScreenState()