Home
last modified time | relevance | path

Searched refs:inputType (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletion1-expected-completion39.txt31 …re displayed as password dots instead of themselves. * Deprecated: Use inputType instead. [boole…
43 …ecifies that this TextView has a numeric input method. * Deprecated: Use inputType instead. [flag]
45 … that this TextView has a phone number input method. * Deprecated: Use inputType instead. [boole…
46 …put method (specified by fully-qualified class name). * Deprecated: Use inputType instead. [strin…
47 …d should automatically capitalize what the user types. * Deprecated: Use inputType instead. [enum]
48 …d automatically corrects some common spelling errors. * Deprecated: Use inputType instead. [boole…
49 …et, specifies that this TextView has an input method. * Deprecated: Use inputType instead. [boole…
62 android:inputType : The type of data being placed in a text field, used to help an input method de…
Dcompletion5-expected-completion40.txt31 …re displayed as password dots instead of themselves. * Deprecated: Use inputType instead. [boole…
43 …ecifies that this TextView has a numeric input method. * Deprecated: Use inputType instead. [flag]
45 … that this TextView has a phone number input method. * Deprecated: Use inputType instead. [boole…
46 …put method (specified by fully-qualified class name). * Deprecated: Use inputType instead. [strin…
47 …d should automatically capitalize what the user types. * Deprecated: Use inputType instead. [enum]
48 …d automatically corrects some common spelling errors. * Deprecated: Use inputType instead. [boole…
49 …et, specifies that this TextView has an input method. * Deprecated: Use inputType instead. [boole…
62 android:inputType : The type of data being placed in a text field, used to help an input method de…
Dcompletionvalues1-expected-completion32.txt17 …d automatically corrects some common spelling errors. * Deprecated: Use inputType instead. [boole…
28 …d should automatically capitalize what the user types. * Deprecated: Use inputType instead. [enum]
78 …et, specifies that this TextView has an input method. * Deprecated: Use inputType instead. [boole…
142 …put method (specified by fully-qualified class name). * Deprecated: Use inputType instead. [strin…
143 android:inputType : The type of data being placed in a text field, used to help an input method de…
183 …ecifies that this TextView has a numeric input method. * Deprecated: Use inputType instead. [flag]
197 …re displayed as password dots instead of themselves. * Deprecated: Use inputType instead. [boole…
199 … that this TextView has a phone number input method. * Deprecated: Use inputType instead. [boole…
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DStateTransformFactory.java1191 GLStateType inputType; in transformsForGlGetActiveAttribOrUniform() local
1197 inputType = GLStateType.ATTRIBUTE_TYPE; in transformsForGlGetActiveAttribOrUniform()
1202 inputType = GLStateType.UNIFORM_TYPE; in transformsForGlGetActiveAttribOrUniform()
1229 inputType), in transformsForGlGetActiveAttribOrUniform()