Searched refs:TYPE_NULL (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java93 if (type == TypedValue.TYPE_NULL) {
121 if (type == TypedValue.TYPE_NULL) {
185 if (type == TypedValue.TYPE_NULL) {
214 if (type == TypedValue.TYPE_NULL) {
244 if (type == TypedValue.TYPE_NULL) {
273 if (type == TypedValue.TYPE_NULL) {
311 if (type == TypedValue.TYPE_NULL) {
360 if (type == TypedValue.TYPE_NULL) {
391 if (type == TypedValue.TYPE_NULL) {
423 if (type == TypedValue.TYPE_NULL) {
[all...]
H A DXmlBlock.java207 if (t == TypedValue.TYPE_NULL) {
/frameworks/base/core/java/android/text/
H A DInputType.java74 public static final int TYPE_NULL = 0x00000000; field in interface:InputType
/frameworks/base/core/java/android/view/animation/
H A DScaleAnimation.java38 private int mFromXType = TypedValue.TYPE_NULL;
39 private int mToXType = TypedValue.TYPE_NULL;
40 private int mFromYType = TypedValue.TYPE_NULL;
41 private int mToYType = TypedValue.TYPE_NULL;
/frameworks/base/core/java/android/util/
H A DTypedValue.java25 public static final int TYPE_NULL = 0x00; field in class:TypedValue
437 case TYPE_NULL:
/frameworks/base/tools/aapt/
H A DXMLNode.h77 value.dataType = Res_value::TYPE_NULL;
82 || value.dataType == Res_value::TYPE_NULL
H A DXMLNode.cpp446 if (value.dataType == Res_value::TYPE_NULL) {
1243 if (ae.value.dataType == Res_value::TYPE_NULL
1446 if (ae.value.dataType == Res_value::TYPE_NULL
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp943 value.dataType = Res_value::TYPE_NULL;
991 value.dataType = Res_value::TYPE_NULL;
1017 if (value.dataType == Res_value::TYPE_NULL) {
1033 if (value.dataType == Res_value::TYPE_NULL) {
1044 if (value.dataType != Res_value::TYPE_NULL) {
1072 // Deal with the special @null value -- it turns back to TYPE_NULL.
1075 value.dataType = Res_value::TYPE_NULL;
1091 if (indices != NULL && value.dataType != Res_value::TYPE_NULL) {
1184 value.dataType = Res_value::TYPE_NULL;
1204 if (value.dataType != Res_value::TYPE_NULL) {
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java41 public int inputType = TYPE_NULL;
/frameworks/base/core/java/android/text/method/
H A DTextKeyListener.java210 return InputType.TYPE_NULL;
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java203 * {@link android.view.inputmethod.EditorInfo#TYPE_NULL EditorInfo.TYPE_NULL},
2112 * current editor. In particular, a {@link InputType#TYPE_NULL}
2117 if (ei.inputType == InputType.TYPE_NULL ||
2138 * current editor. In particular, a {@link InputType#TYPE_NULL} or
2153 ei.inputType != InputType.TYPE_NULL);
2179 if (ei.inputType == InputType.TYPE_NULL) {
/frameworks/base/libs/utils/
H A DResourceTypes.cpp984 return Res_value::TYPE_NULL;
1608 memset(curEntries, Res_value::TYPE_NULL, cnt*sizeof(theme_entry));
1623 if (force || curEntry->value.dataType == Res_value::TYPE_NULL) {
1717 } else if (type != Res_value::TYPE_NULL) {
1768 if (te.value.dataType == Res_value::TYPE_NULL) continue;
4520 if (value.dataType == Res_value::TYPE_NULL) {
/frameworks/base/core/java/android/widget/
H A DTextView.java559 int inputType = EditorInfo.TYPE_NULL;
909 mInputType = inputType != EditorInfo.TYPE_NULL
920 mInputType = inputType != EditorInfo.TYPE_NULL
922 } else if (inputType != EditorInfo.TYPE_NULL) {
970 mInputType = EditorInfo.TYPE_NULL;
1354 mInputType = EditorInfo.TYPE_NULL;
3530 * to match the given content type. If the given content type is {@link EditorInfo#TYPE_NULL}
4721 // mInputType is already EditorInfo.TYPE_NULL and mInput is null;
5603 return mInputType != EditorInfo.TYPE_NULL;
11489 private int mInputType = EditorInfo.TYPE_NULL;
[all...]
/frameworks/base/include/utils/
H A DResourceTypes.h235 TYPE_NULL = 0x00, enumerator in enum:android::Res_value::__anon187
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2101 if (widthMode == AT_MOST && tv.type != TypedValue.TYPE_NULL) {

Completed in 350 milliseconds