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.java28 import com.android.tv.ui.SelectInputView;
29 import com.android.tv.ui.SelectInputView.OnInputSelectedCallback;
36 private SelectInputView mSelectInputView;
43 mSelectInputView = (SelectInputView) findViewById(R.id.scene_transition_common); in onCreate()
DMainActivity.java109 import com.android.tv.ui.SelectInputView;
110 import com.android.tv.ui.SelectInputView.OnInputSelectedCallback;
576 SelectInputView selectInputView = (SelectInputView) getLayoutInflater() in onCreate()
/packages/apps/TV/src/com/android/tv/ui/
DSelectInputView.java53 public class SelectInputView extends VerticalGridView implements class
138 public SelectInputView(Context context) { in SelectInputView() method in SelectInputView
142 public SelectInputView(Context context, AttributeSet attrs) { in SelectInputView() method in SelectInputView
146 public SelectInputView(Context context, AttributeSet attrs, int defStyleAttr) { in SelectInputView() method in SelectInputView
DTvTransitionManager.java57 private final SelectInputView mSelectInputView;
75 KeypadChannelSwitchView keypadChannelSwitchView, SelectInputView selectInputView) { in TvTransitionManager()
DTvOverlayManager.java151 private final SelectInputView mSelectInputView;
168 SelectInputView selectInputView, ViewGroup sceneContainer, in TvOverlayManager()