Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/method/
DDateTimeKeyListener.java31 public int getInputType() { in getInputType() method in DateTimeKeyListener
DTimeKeyListener.java31 public int getInputType() { in getInputType() method in TimeKeyListener
DDateKeyListener.java31 public int getInputType() { in getInputType() method in DateKeyListener
DKeyListener.java56 public int getInputType(); in getInputType() method
DDialerKeyListener.java47 public int getInputType() { in getInputType() method in DialerKeyListener
DTextKeyListener.java127 public int getInputType() { in getInputType() method in TextKeyListener
213 public int getInputType() { in getInputType() method in TextKeyListener.NullKeyListener
DDigitsKeyListener.java126 public int getInputType() { in getInputType() method in DigitsKeyListener
DMultiTapKeyListener.java81 public int getInputType() { in getInputType() method in MultiTapKeyListener
DQwertyKeyListener.java80 public int getInputType() { in getInputType() method in QwertyKeyListener
/frameworks/base/docs/html/sdk/api_diff/3/
DmissingSinces.txt219 NO DOC BLOCK: android.text.method.DateKeyListener Method getInputType()
220 NO DOC BLOCK: android.text.method.DateTimeKeyListener Method getInputType()
221 NO DOC BLOCK: android.text.method.DialerKeyListener Method getInputType()
222 NO DOC BLOCK: android.text.method.DigitsKeyListener Method getInputType()
223 NO DOC BLOCK: android.text.method.KeyListener Method getInputType()
224 NO DOC BLOCK: android.text.method.MultiTapKeyListener Method getInputType()
225 NO DOC BLOCK: android.text.method.QwertyKeyListener Method getInputType()
226 NO DOC BLOCK: android.text.method.TextKeyListener Method getInputType()
227 NO DOC BLOCK: android.text.method.TimeKeyListener Method getInputType()
228 NO DOC BLOCK: android.widget.TextView Method getInputType()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java442 public int getInputType() { in getInputType() method in SearchView
443 return mQueryTextView.getInputType(); in getInputType()
1049 int inputType = mSearchable.getInputType(); in updateSearchAutoComplete()
/frameworks/base/core/java/android/widget/
DSearchView.java411 public int getInputType() { in getInputType() method in SearchView
412 return mQueryTextView.getInputType(); in getInputType()
1084 int inputType = mSearchable.getInputType(); in updateSearchAutoComplete()
DAutoCompleteTextView.java181 int inputType = getInputType(); in AutoCompleteTextView()
DTextView.java1099 : mEditor.mKeyListener.getInputType(); in TextView()
1607 mEditor.mInputType = mEditor.mKeyListener.getInputType(); in setKeyListener()
3988 final boolean wasPassword = isPasswordInputType(getInputType()); in setInputType()
3989 final boolean wasVisiblePassword = isVisiblePasswordInputType(getInputType()); in setInputType()
4130 public int getInputType() { in getInputType() method in TextView
5707 outAttrs.inputType = getInputType(); in onCreateInputConnection()
5747 outAttrs.initialCapsMode = ic.getCursorCapsMode(getInputType()); in onCreateInputConnection()
9176 && ((!isPasswordInputType(getInputType()) && !hasPasswordTransformationMethod()) in beforeTextChanged()
DNumberPicker.java1958 public int getInputType() { in getInputType() method in NumberPicker.InputTextFilter
DEditor.java635 int inputType = mTextView.getInputType(); in selectCurrentWord()
/frameworks/base/core/java/android/app/
DSearchableInfo.java739 public int getInputType() { in getInputType() method in SearchableInfo
DSearchDialog.java399 int inputType = mSearchable.getInputType(); in updateUI()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java1869 public int getInputType() { in getInputType() method in AccessibilityNodeInfo
/frameworks/ex/chips/src/com/android/ex/chips/
DRecipientEditTextView.java279 setInputType(getInputType() | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS); in RecipientEditTextView()
/frameworks/base/docs/html/sdk/api_diff/16/
DmissingSinces.txt185 NO DOC BLOCK: android.widget.SearchView Method getInputType()
/frameworks/base/api/
Dcurrent.txt4212 method public int getInputType();
24946 method public int getInputType();
24954 method public int getInputType();
24962 method public int getInputType();
24971 method public int getInputType();
24986 method public abstract int getInputType();
25041 method public int getInputType();
25068 method public int getInputType();
25097 method public int getInputType();
25119 method public int getInputType();
[all …]