Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DOnRepeatedKeyInterceptListener.java27 public class OnRepeatedKeyInterceptListener implements VerticalGridView.OnKeyInterceptListener { class
41 public OnRepeatedKeyInterceptListener(VerticalGridView view) { in OnRepeatedKeyInterceptListener() method in OnRepeatedKeyInterceptListener
89 private static class MyHandler extends WeakHandler<OnRepeatedKeyInterceptListener> {
90 private MyHandler(OnRepeatedKeyInterceptListener listener) { in MyHandler()
95 public void handleMessage(Message msg, @NonNull OnRepeatedKeyInterceptListener listener) { in handleMessage()
/packages/apps/TV/src/com/android/tv/guide/
DProgramGrid.java29 import com.android.tv.ui.OnRepeatedKeyInterceptListener;
92 private final OnRepeatedKeyInterceptListener mOnRepeatedKeyInterceptListener;
126 mOnRepeatedKeyInterceptListener = new OnRepeatedKeyInterceptListener(this); in ProgramGrid()
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
DChannelsBlockedFragment.java36 import com.android.tv.ui.OnRepeatedKeyInterceptListener;
72 new OnRepeatedKeyInterceptListener(listView) { in onCreateView()
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DCustomizeChannelListFragment.java35 import com.android.tv.ui.OnRepeatedKeyInterceptListener;
83 new OnRepeatedKeyInterceptListener(listView) { in onCreateView()