Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DSelectInputView.java91 if (!isFocusable() || mSelectedInput == null) {
94 if (!isInputEnabled(mSelectedInput)) {
98 if (getInputPosition(mSelectedInput.getId()) != getSelectedPosition()) {
99 setSelectedPosition(getInputPosition(mSelectedInput.getId()));
110 if (mSelectedInput == null) {
114 final String label = mSelectedInput.loadLabel(getContext()).toString();
117 if (mSelectedInput.isPassthroughInput()) {
118 mCallback.onPassthroughInputSelected(mSelectedInput);
135 private TvInputInfo mSelectedInput; field in SelectInputView
175 int currentPosition = mInputList.indexOf(mSelectedInput); in onKeyUp()
[all …]