/aosp14/frameworks/base/core/java/android/text/method/ |
H A D | KeyListener.java | 56 public int getInputType(); in getInputType() method
|
H A D | DialerKeyListener.java | 47 public int getInputType() { in getInputType() method in DialerKeyListener
|
H A D | TextKeyListener.java | 132 public int getInputType() { in getInputType() method in TextKeyListener 218 public int getInputType() { in getInputType() method in TextKeyListener.NullKeyListener
|
H A D | DateKeyListener.java | 40 public int getInputType() { in getInputType() method in DateKeyListener
|
H A D | DateTimeKeyListener.java | 40 public int getInputType() { in getInputType() method in DateTimeKeyListener
|
H A D | TimeKeyListener.java | 40 public int getInputType() { in getInputType() method in TimeKeyListener
|
H A D | MultiTapKeyListener.java | 84 public int getInputType() { in getInputType() method in MultiTapKeyListener
|
H A D | DigitsKeyListener.java | 322 public int getInputType() { in getInputType() method in DigitsKeyListener
|
H A D | QwertyKeyListener.java | 85 public int getInputType() { in getInputType() method in QwertyKeyListener
|
/aosp14/frameworks/base/core/java/android/view/contentprotection/ |
H A D | ContentProtectionEventProcessor.java | 212 int inputType = viewNode.getInputType(); in isAndroidPasswordField()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/text/method/ |
H A D | ForwardDeleteTest.java | 47 public int getInputType() {
|
H A D | BackspaceTest.java | 48 public int getInputType() {
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | SearchView.java | 482 public int getInputType() { in getInputType() method in SearchView 483 return mSearchSrcTextView.getInputType(); in getInputType() 1231 int inputType = mSearchable.getInputType(); in updateSearchAutoComplete()
|
H A D | AutoCompleteTextView.java | 318 int inputType = getInputType(); in AutoCompleteTextView()
|
H A D | TextView.java | 1644 : mEditor.mKeyListener.getInputType(); 1670 inputType = mEditor.mKeyListener.getInputType(); 2699 mEditor.mInputType = mEditor.mKeyListener.getInputType(); in setInputTypeFromEditor() 7474 final boolean wasPassword = isPasswordInputType(getInputType()); in setInputType() 7543 final int inputType = getInputType(); in isAnyPasswordInputType() 7638 int newType = input.getInputType(); in setInputType() 7827 public int getInputType() { in getInputType() method in TextView.Drawables 9733 outAttrs.inputType = getInputType(); in onCreateInputConnection() 9779 outAttrs.initialCapsMode = ic.getCursorCapsMode(getInputType()); in onCreateInputConnection() 13402 || isPasswordInputType(getInputType()); in onProvideStructure() [all …]
|
H A D | SelectionActionModeHelper.java | 276 || TextView.isPasswordInputType(mTextView.getInputType()); in skipTextClassification()
|
H A D | NumberPicker.java | 2221 public int getInputType() { in getInputType() method in NumberPicker.InputTextFilter
|
H A D | Editor.java | 1202 int inputType = mTextView.getInputType(); in needsToSelectAllToSelectWordOrParagraph()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | SearchDialog.java | 413 int inputType = mSearchable.getInputType(); in updateUI()
|
H A D | SearchableInfo.java | 765 public int getInputType() { in getInputType() method in SearchableInfo
|
/aosp14/frameworks/base/core/java/android/view/contentcapture/ |
H A D | ViewNode.java | 426 public int getInputType() { in getInputType() method in ViewNode
|
/aosp14/frameworks/base/core/java/android/app/assist/ |
H A D | AssistStructure.java | 1251 public int getInputType() { in getInputType() method in AssistStructure.ViewNode 2455 Log.i(TAG, prefix + " Input type: " + node.getInputType()); in dump()
|
/aosp14/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityNodeInfo.java | 3597 public int getInputType() { in getInputType() method in AccessibilityNodeInfo
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/java/android/view/ |
H A D | View.java | 10495 int inputType = info.getInputType(); in populateVirtualStructure()
|