Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/text/method/
DKeyListener.java56 public int getInputType(); in getInputType() method
DDialerKeyListener.java47 public int getInputType() { in getInputType() method in DialerKeyListener
DDateKeyListener.java40 public int getInputType() { in getInputType() method in DateKeyListener
DTextKeyListener.java132 public int getInputType() { in getInputType() method in TextKeyListener
218 public int getInputType() { in getInputType() method in TextKeyListener.NullKeyListener
DTimeKeyListener.java40 public int getInputType() { in getInputType() method in TimeKeyListener
DDateTimeKeyListener.java40 public int getInputType() { in getInputType() method in DateTimeKeyListener
DMultiTapKeyListener.java84 public int getInputType() { in getInputType() method in MultiTapKeyListener
DDigitsKeyListener.java322 public int getInputType() { in getInputType() method in DigitsKeyListener
DQwertyKeyListener.java85 public int getInputType() { in getInputType() method in QwertyKeyListener
/frameworks/base/core/tests/coretests/src/android/text/method/
DForwardDeleteTest.java47 public int getInputType() {
DBackspaceTest.java48 public int getInputType() {
/frameworks/base/core/java/android/widget/
DSearchView.java482 public int getInputType() { in getInputType() method in SearchView
483 return mSearchSrcTextView.getInputType(); in getInputType()
1231 int inputType = mSearchable.getInputType(); in updateSearchAutoComplete()
DAutoCompleteTextView.java318 int inputType = getInputType(); in AutoCompleteTextView()
DSelectionActionModeHelper.java276 || TextView.isPasswordInputType(mTextView.getInputType()); in skipTextClassification()
DNumberPicker.java2221 public int getInputType() { in getInputType() method in NumberPicker.InputTextFilter
DEditor.java1205 int inputType = mTextView.getInputType(); in needsToSelectAllToSelectWordOrParagraph()
/frameworks/base/core/java/android/app/
DSearchDialog.java413 int inputType = mSearchable.getInputType(); in updateUI()
DSearchableInfo.java765 public int getInputType() { in getInputType() method in SearchableInfo
/frameworks/base/core/java/android/view/contentcapture/
DViewNode.java426 public int getInputType() { in getInputType() method in ViewNode
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java1318 public int getInputType() { in getInputType() method in AssistStructure.ViewNode
2609 Log.i(TAG, prefix + " Input type: " + getInputTypeString(node.getInputType())); in dump()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java3734 public int getInputType() { in getInputType() method in AccessibilityNodeInfo
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java362 setInputType(getInputType() | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS); in RecipientEditTextView()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/java/android/view/
DView.java11132 int inputType = info.getInputType();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5032 method public int getInputType();
30227 method public int getInputType();
30235 method public int getInputType();
30243 method public int getInputType();
30252 method public int getInputType();
30267 method public abstract int getInputType();
30322 method public int getInputType();
30349 method public int getInputType();
30378 method public int getInputType();
30400 method public int getInputType();
[all …]

12