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.java112 import com.android.tv.ui.SelectInputView;
113 import com.android.tv.ui.SelectInputView.OnInputSelectedCallback;
560 SelectInputView selectInputView = (SelectInputView) getLayoutInflater() in onCreate()
/packages/apps/TV/src/com/android/tv/ui/
DSelectInputView.java50 public class SelectInputView extends VerticalGridView implements class
135 public SelectInputView(Context context) { in SelectInputView() method in SelectInputView
139 public SelectInputView(Context context, AttributeSet attrs) { in SelectInputView() method in SelectInputView
143 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.java219 private final SelectInputView mSelectInputView;
238 InputBannerView inputBannerView, SelectInputView selectInputView, in TvOverlayManager()