Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/core/java/android/text/method/
H A DKeyListener.java56 public int getInputType(); in getInputType() method
H A DDialerKeyListener.java47 public int getInputType() { in getInputType() method in DialerKeyListener
H A DTextKeyListener.java132 public int getInputType() { in getInputType() method in TextKeyListener
218 public int getInputType() { in getInputType() method in TextKeyListener.NullKeyListener
H A DDateKeyListener.java40 public int getInputType() { in getInputType() method in DateKeyListener
H A DDateTimeKeyListener.java40 public int getInputType() { in getInputType() method in DateTimeKeyListener
H A DTimeKeyListener.java40 public int getInputType() { in getInputType() method in TimeKeyListener
H A DMultiTapKeyListener.java84 public int getInputType() { in getInputType() method in MultiTapKeyListener
H A DDigitsKeyListener.java322 public int getInputType() { in getInputType() method in DigitsKeyListener
H A DQwertyKeyListener.java85 public int getInputType() { in getInputType() method in QwertyKeyListener
/aosp14/frameworks/base/core/java/android/view/contentprotection/
H A DContentProtectionEventProcessor.java212 int inputType = viewNode.getInputType(); in isAndroidPasswordField()
/aosp14/frameworks/base/core/tests/coretests/src/android/text/method/
H A DForwardDeleteTest.java47 public int getInputType() {
H A DBackspaceTest.java48 public int getInputType() {
/aosp14/frameworks/base/core/java/android/widget/
H A DSearchView.java482 public int getInputType() { in getInputType() method in SearchView
483 return mSearchSrcTextView.getInputType(); in getInputType()
1231 int inputType = mSearchable.getInputType(); in updateSearchAutoComplete()
H A DAutoCompleteTextView.java318 int inputType = getInputType(); in AutoCompleteTextView()
H A DTextView.java1644 : 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 DSelectionActionModeHelper.java276 || TextView.isPasswordInputType(mTextView.getInputType()); in skipTextClassification()
H A DNumberPicker.java2221 public int getInputType() { in getInputType() method in NumberPicker.InputTextFilter
H A DEditor.java1202 int inputType = mTextView.getInputType(); in needsToSelectAllToSelectWordOrParagraph()
/aosp14/frameworks/base/core/java/android/app/
H A DSearchDialog.java413 int inputType = mSearchable.getInputType(); in updateUI()
H A DSearchableInfo.java765 public int getInputType() { in getInputType() method in SearchableInfo
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DViewNode.java426 public int getInputType() { in getInputType() method in ViewNode
/aosp14/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1251 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 DAccessibilityNodeInfo.java3597 public int getInputType() { in getInputType() method in AccessibilityNodeInfo
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/java/android/view/
H A DView.java10495 int inputType = info.getInputType(); in populateVirtualStructure()

12