Searched refs:mApplyPendingScreenState (Results 1 – 1 of 1) sorted by relevance
76 private final Runnable mApplyPendingScreenState = this::applyPendingScreenState; field in DozeScreenState139 mHandler.removeCallbacks(mApplyPendingScreenState); in transitionTo()151 final boolean messagePending = mHandler.hasCallbacks(mApplyPendingScreenState); in transitionTo()192 mHandler.postDelayed(mApplyPendingScreenState, ENTER_DOZE_DELAY); in transitionTo()195 mHandler.postDelayed(mApplyPendingScreenState, UDFPS_DISPLAY_STATE_DELAY); in transitionTo()197 mHandler.post(mApplyPendingScreenState); in transitionTo()216 mHandler.postDelayed(mApplyPendingScreenState, UDFPS_DISPLAY_STATE_DELAY); in applyPendingScreenState()