Searched refs:textInput (Results 1 – 2 of 2) sorted by relevance
365 final EditText textInput = (EditText) v.findViewById(R.id.text_input); in onCreateView() local367 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()
438 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);