Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothPairingDialog.java365 final EditText textInput = (EditText) v.findViewById(R.id.text_input); in onCreateView() local
367 textInput.setOnEditorActionListener(new OnEditorActionListener() { in onCreateView()
370 String value = textInput.getText().toString(); in onCreateView()
390 textInput.setInputType(InputType.TYPE_CLASS_NUMBER); in onCreateView()
398 textInput.setInputType(InputType.TYPE_CLASS_TEXT); in onCreateView()
408 textInput.setFilters(new InputFilter[]{new LengthFilter(maxLength)}); in onCreateView()
/packages/apps/Stk/src/com/android/stk/
DStkInputActivity.java438 TextInputLayout textInput = (TextInputLayout) findViewById(R.id.text_input_layout);
459 textInput.setHelperText(getResources().getString(inTypeId));
460 textInput.setHelperTextEnabled(!hideHelper);
477 textInput.setCounterMaxLength(mStkInput.maxLen);
479 textInput.setCounterEnabled(false);