Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DProgramGrid.java92 private final OnRepeatedKeyInterceptListener mOnRepeatedKeyInterceptListener; field in ProgramGrid
126 mOnRepeatedKeyInterceptListener = new OnRepeatedKeyInterceptListener(this); in ProgramGrid()
127 setOnKeyInterceptListener(mOnRepeatedKeyInterceptListener); in ProgramGrid()
185 if (focusedView != null && mOnRepeatedKeyInterceptListener.isFocusAccelerated()) { in onScrollChanged()