OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setInputType
(Results
1 - 25
of
31
) sorted by null
1
2
/development/samples/ApiDemos/src/com/example/android/apis/view/
GridLayout0.java
76
c.
setInputType
(TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_EMAIL_ADDRESS);
87
c.
setInputType
(TYPE_CLASS_TEXT | TYPE_TEXT_VARIATION_PASSWORD);
/packages/apps/Contacts/src/com/android/contacts/dialpad/
DigitsEditText.java
34
setInputType
(getInputType() | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);
DialpadFragment.java
297
mDigits.
setInputType
(android.text.InputType.TYPE_CLASS_PHONE);
[
all
...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java
212
mPairingView.
setInputType
(InputType.TYPE_CLASS_NUMBER);
379
mPairingView.
setInputType
(InputType.TYPE_CLASS_TEXT);
381
mPairingView.
setInputType
(InputType.TYPE_CLASS_NUMBER);
/packages/apps/VideoEditor/src/com/android/videoeditor/
AlertDialogs.java
120
textInput.
setInputType
(inputType);
/frameworks/base/policy/src/com/android/internal/policy/impl/
PasswordUnlockScreen.java
146
mPasswordEntry.
setInputType
(InputType.TYPE_CLASS_TEXT
152
mPasswordEntry.
setInputType
(InputType.TYPE_CLASS_NUMBER
/frameworks/base/core/java/android/webkit/
WebTextView.java
110
// Whether or not a selection change was generated from
setInputType
. We
[
all
...]
/frameworks/base/core/tests/coretests/src/android/widget/
TextViewWordLimitsTest.java
50
mTv.
setInputType
(InputType.TYPE_CLASS_TEXT);
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
InputTypeActivity.java
148
editText.
setInputType
(inputType);
/packages/apps/Browser/src/com/android/browser/preferences/
GeneralPreferencesFragment.java
120
editText.
setInputType
(InputType.TYPE_CLASS_TEXT
/packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditText.java
47
setInputType
(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);
/packages/apps/Settings/src/com/android/settings/
ConfirmLockPassword.java
119
mPasswordEntry.
setInputType
(isAlpha ? currentType
UserDictionarySettings.java
243
editText.
setInputType
(InputType.TYPE_CLASS_TEXT
ChooseLockPassword.java
209
mPasswordEntry.
setInputType
(mIsAlphaMode ? currentType
/packages/apps/Settings/src/com/android/settings/wifi/
WifiApDialog.java
168
mPassword.
setInputType
(
WifiConfigController.java
746
mPasswordView.
setInputType
(
/frameworks/base/core/java/android/widget/
SearchView.java
290
setInputType
(inputType);
376
* @see TextView#
setInputType
(int)
381
public void
setInputType
(int inputType) {
382
mQueryTextView.
setInputType
(inputType);
[
all
...]
TextView.java
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java
194
fieldView.
setInputType
(inputType);
LabeledEditorView.java
369
customType.
setInputType
(INPUT_TYPE_CUSTOM);
/cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java
[
all
...]
/frameworks/base/core/java/android/app/
SearchDialog.java
410
mSearchAutoComplete.
setInputType
(inputType);
/packages/apps/Launcher2/src/com/android/launcher2/
Folder.java
164
mFolderName.
setInputType
(mFolderName.getInputType() |
[
all
...]
/frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java
[
all
...]
/frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java
230
setInputType
(getInputType() | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);
[
all
...]
Completed in 3909 milliseconds
1
2