/frameworks/base/core/java/android/text/method/ |
D | DateTimeKeyListener.java | 31 public int getInputType() { in getInputType() method in DateTimeKeyListener
|
D | TimeKeyListener.java | 31 public int getInputType() { in getInputType() method in TimeKeyListener
|
D | DateKeyListener.java | 31 public int getInputType() { in getInputType() method in DateKeyListener
|
D | KeyListener.java | 56 public int getInputType(); in getInputType() method
|
D | DialerKeyListener.java | 47 public int getInputType() { in getInputType() method in DialerKeyListener
|
D | TextKeyListener.java | 127 public int getInputType() { in getInputType() method in TextKeyListener 213 public int getInputType() { in getInputType() method in TextKeyListener.NullKeyListener
|
D | DigitsKeyListener.java | 126 public int getInputType() { in getInputType() method in DigitsKeyListener
|
D | MultiTapKeyListener.java | 81 public int getInputType() { in getInputType() method in MultiTapKeyListener
|
D | QwertyKeyListener.java | 80 public int getInputType() { in getInputType() method in QwertyKeyListener
|
/frameworks/base/docs/html/sdk/api_diff/3/ |
D | missingSinces.txt | 219 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/ |
D | SearchView.java | 442 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/ |
D | SearchView.java | 411 public int getInputType() { in getInputType() method in SearchView 412 return mQueryTextView.getInputType(); in getInputType() 1084 int inputType = mSearchable.getInputType(); in updateSearchAutoComplete()
|
D | AutoCompleteTextView.java | 181 int inputType = getInputType(); in AutoCompleteTextView()
|
D | TextView.java | 1099 : 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()
|
D | NumberPicker.java | 1958 public int getInputType() { in getInputType() method in NumberPicker.InputTextFilter
|
D | Editor.java | 635 int inputType = mTextView.getInputType(); in selectCurrentWord()
|
/frameworks/base/core/java/android/app/ |
D | SearchableInfo.java | 739 public int getInputType() { in getInputType() method in SearchableInfo
|
D | SearchDialog.java | 399 int inputType = mSearchable.getInputType(); in updateUI()
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityNodeInfo.java | 1869 public int getInputType() { in getInputType() method in AccessibilityNodeInfo
|
/frameworks/ex/chips/src/com/android/ex/chips/ |
D | RecipientEditTextView.java | 279 setInputType(getInputType() | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS); in RecipientEditTextView()
|
/frameworks/base/docs/html/sdk/api_diff/16/ |
D | missingSinces.txt | 185 NO DOC BLOCK: android.widget.SearchView Method getInputType()
|
/frameworks/base/api/ |
D | current.txt | 4212 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 …]
|