Searched refs:OnRepeatedKeyInterceptListener (Results 1 – 4 of 4) sorted by relevance
30 public class OnRepeatedKeyInterceptListener implements VerticalGridView.OnKeyInterceptListener { class44 public OnRepeatedKeyInterceptListener(VerticalGridView view) { in OnRepeatedKeyInterceptListener() method in OnRepeatedKeyInterceptListener93 private static class MyHandler extends WeakHandler<OnRepeatedKeyInterceptListener> {94 private MyHandler(OnRepeatedKeyInterceptListener listener) { in MyHandler()99 public void handleMessage(Message msg, @NonNull OnRepeatedKeyInterceptListener listener) { in handleMessage()
31 import com.android.tv.ui.OnRepeatedKeyInterceptListener;97 private final OnRepeatedKeyInterceptListener mOnRepeatedKeyInterceptListener;131 mOnRepeatedKeyInterceptListener = new OnRepeatedKeyInterceptListener(this); in ProgramGrid()
34 import com.android.tv.ui.OnRepeatedKeyInterceptListener;69 listView.setOnKeyInterceptListener(new OnRepeatedKeyInterceptListener(listView) { in onCreateView()
32 import com.android.tv.ui.OnRepeatedKeyInterceptListener;79 listView.setOnKeyInterceptListener(new OnRepeatedKeyInterceptListener(listView) { in onCreateView()