Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java560 private long mAfterFocusTimeoutMs; field in RotaryService
650 mAfterFocusTimeoutMs = res.getInteger(R.integer.after_focus_timeout_ms); in onCreate()
2652 mPendingFocusedExpirationTime = SystemClock.uptimeMillis() + mAfterFocusTimeoutMs; in setPendingFocusedNode()
3001 RotaryProtos.RotaryService.AFTER_SCROLL_TIMEOUT_MS, mAfterFocusTimeoutMs); in dump()
3019 RotaryProtos.RotaryService.AFTER_FOCUS_TIMEOUT_MS, mAfterFocusTimeoutMs); in dump()