HomeSort by relevance Sort by last modified time
    Searched refs:SelectInputView (Results 1 - 5 of 5) sorted by null

  /packages/apps/TV/src/com/android/tv/
SelectInputActivity.java 28 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);
MainActivity.java 112 import com.android.tv.ui.SelectInputView;
113 import com.android.tv.ui.SelectInputView.OnInputSelectedCallback;
560 SelectInputView selectInputView = (SelectInputView) getLayoutInflater()
562 selectInputView.setOnInputSelectedCallback(new OnInputSelectedCallback() {
596 selectInputView, sceneContainer, mSearchFragment);
    [all...]
  /packages/apps/TV/src/com/android/tv/ui/
SelectInputView.java 50 public class SelectInputView extends VerticalGridView implements
52 private static final String TAG = "SelectInputView";
135 public SelectInputView(Context context) {
139 public SelectInputView(Context context, AttributeSet attrs) {
143 public SelectInputView(Context context, AttributeSet attrs, int defStyleAttr) {
TvTransitionManager.java 57 private final SelectInputView mSelectInputView;
75 KeypadChannelSwitchView keypadChannelSwitchView, SelectInputView selectInputView) {
81 mSelectInputView = selectInputView;
TvOverlayManager.java 219 private final SelectInputView mSelectInputView;
238 InputBannerView inputBannerView, SelectInputView selectInputView,
248 mSelectInputView = selectInputView;
252 channelBannerView, inputBannerView, mKeypadChannelSwitchView, selectInputView);
    [all...]

Completed in 82 milliseconds