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.java30 public class OnRepeatedKeyInterceptListener implements VerticalGridView.OnKeyInterceptListener { class
44 public OnRepeatedKeyInterceptListener(VerticalGridView view) { in OnRepeatedKeyInterceptListener() method in OnRepeatedKeyInterceptListener
93 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()
/packages/apps/TV/src/com/android/tv/guide/
DProgramGrid.java31 import com.android.tv.ui.OnRepeatedKeyInterceptListener;
97 private final OnRepeatedKeyInterceptListener mOnRepeatedKeyInterceptListener;
131 mOnRepeatedKeyInterceptListener = new OnRepeatedKeyInterceptListener(this); in ProgramGrid()
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
DChannelsBlockedFragment.java34 import com.android.tv.ui.OnRepeatedKeyInterceptListener;
69 listView.setOnKeyInterceptListener(new OnRepeatedKeyInterceptListener(listView) { in onCreateView()
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DCustomizeChannelListFragment.java32 import com.android.tv.ui.OnRepeatedKeyInterceptListener;
79 listView.setOnKeyInterceptListener(new OnRepeatedKeyInterceptListener(listView) { in onCreateView()