Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/
DSelectInputActivity.java27 import com.android.tv.ui.SelectInputView;
28 import com.android.tv.ui.SelectInputView.OnInputSelectedCallback;
33 private SelectInputView mSelectInputView;
40 mSelectInputView = (SelectInputView) findViewById(R.id.scene_transition_common); in onCreate()
DMainActivity.java132 import com.android.tv.ui.SelectInputView;
133 import com.android.tv.ui.SelectInputView.OnInputSelectedCallback;
656 SelectInputView selectInputView = in onCreate()
657 (SelectInputView) in onCreate()
/packages/apps/TV/src/com/android/tv/ui/
DSelectInputView.java47 public class SelectInputView extends VerticalGridView class
134 public SelectInputView(Context context) { in SelectInputView() method in SelectInputView
138 public SelectInputView(Context context, AttributeSet attrs) { in SelectInputView() method in SelectInputView
142 public SelectInputView(Context context, AttributeSet attrs, int defStyleAttr) { in SelectInputView() method in SelectInputView
DTvTransitionManager.java61 private final SelectInputView mSelectInputView;
83 SelectInputView selectInputView) { in TvTransitionManager()
DTvOverlayManager.java214 private final SelectInputView mSelectInputView;
239 SelectInputView selectInputView, in TvOverlayManager()