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.java564 private long mAfterFocusTimeoutMs; field in RotaryService
636 mAfterFocusTimeoutMs = res.getInteger(R.integer.after_focus_timeout_ms); in onCreate()
2289 mPendingFocusedExpirationTime = SystemClock.uptimeMillis() + mAfterFocusTimeoutMs; in setPendingFocusedNode()
2648 RotaryProtos.RotaryService.AFTER_SCROLL_TIMEOUT_MS, mAfterFocusTimeoutMs); in dump()
2666 RotaryProtos.RotaryService.AFTER_FOCUS_TIMEOUT_MS, mAfterFocusTimeoutMs); in dump()