OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getInputType
(Results
1 - 25
of
44
) sorted by null
1
2
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
IntEditor.java
28
protected int
getInputType
() {
LinesEditor.java
24
protected int
getInputType
() {
TextEditor.java
34
textEditor.setInputType(
getInputType
());
61
protected int
getInputType
() {
/frameworks/base/core/java/android/text/method/
DateKeyListener.java
31
public int
getInputType
() {
DateTimeKeyListener.java
31
public int
getInputType
() {
KeyListener.java
56
public int
getInputType
();
TimeKeyListener.java
31
public int
getInputType
() {
DialerKeyListener.java
47
public int
getInputType
() {
DigitsKeyListener.java
126
public int
getInputType
() {
MultiTapKeyListener.java
81
public int
getInputType
() {
TextKeyListener.java
127
public int
getInputType
() {
213
public int
getInputType
() {
QwertyKeyListener.java
80
public int
getInputType
() {
/packages/apps/Stk/src/com/android/stk/
StkDigitsKeyListener.java
32
public int
getInputType
() {
/cts/tests/tests/text/src/android/text/method/cts/
BaseKeyListenerTest.java
153
public int
getInputType
() {
NumberKeyListenerTest.java
198
public int
getInputType
() {
/external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java
328
fooMethod.
getInputType
());
336
barMethod.
getInputType
());
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java
332
fooMethod.
getInputType
());
340
barMethod.
getInputType
());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java
175
public int
getInputType
() {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TextViewTest.java
155
assertThat(textView.
getInputType
(), not(equalTo(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_PASSWORD)));
157
assertThat(textView.
getInputType
(), equalTo(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_PASSWORD));
/frameworks/base/core/java/android/app/
SearchableInfo.java
739
public int
getInputType
() {
[
all
...]
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java
[
all
...]
/frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfo.java
[
all
...]
/frameworks/base/core/java/android/widget/
SearchView.java
411
public int
getInputType
() {
412
return mQueryTextView.
getInputType
();
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java
442
public int
getInputType
() {
443
return mQueryTextView.
getInputType
();
[
all
...]
Completed in 1577 milliseconds
1
2