/frameworks/base/core/java/android/content/res/ |
D | TypedArray.java | 94 if (type == TypedValue.TYPE_NULL) { in getText() 122 if (type == TypedValue.TYPE_NULL) { in getString() 186 if (type == TypedValue.TYPE_NULL) { in getNonConfigurationString() 215 if (type == TypedValue.TYPE_NULL) { in getBoolean() 245 if (type == TypedValue.TYPE_NULL) { in getInt() 274 if (type == TypedValue.TYPE_NULL) { in getFloat() 312 if (type == TypedValue.TYPE_NULL) { in getColor() 361 if (type == TypedValue.TYPE_NULL) { in getInteger() 392 if (type == TypedValue.TYPE_NULL) { in getDimension() 424 if (type == TypedValue.TYPE_NULL) { in getDimensionPixelOffset() [all …]
|
D | XmlBlock.java | 207 if (t == TypedValue.TYPE_NULL) { in getAttributeValue()
|
/frameworks/base/core/java/android/view/animation/ |
D | ScaleAnimation.java | 38 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/text/ |
D | InputType.java | 77 public static final int TYPE_NULL = 0x00000000; field
|
/frameworks/base/core/java/android/util/ |
D | TypedValue.java | 25 public static final int TYPE_NULL = 0x00; field in TypedValue 437 case TYPE_NULL: in coerceToString()
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 956 value.dataType = Res_value::TYPE_NULL; in android_content_AssetManager_applyStyle() 1004 value.dataType = Res_value::TYPE_NULL; in android_content_AssetManager_applyStyle() 1030 if (value.dataType == Res_value::TYPE_NULL) { in android_content_AssetManager_applyStyle() 1046 if (value.dataType == Res_value::TYPE_NULL) { in android_content_AssetManager_applyStyle() 1057 if (value.dataType != Res_value::TYPE_NULL) { in android_content_AssetManager_applyStyle() 1088 value.dataType = Res_value::TYPE_NULL; in android_content_AssetManager_applyStyle() 1104 if (indices != NULL && value.dataType != Res_value::TYPE_NULL) { in android_content_AssetManager_applyStyle() 1197 value.dataType = Res_value::TYPE_NULL; in android_content_AssetManager_retrieveAttributes() 1217 if (value.dataType != Res_value::TYPE_NULL) { in android_content_AssetManager_retrieveAttributes() 1233 value.dataType = Res_value::TYPE_NULL; in android_content_AssetManager_retrieveAttributes() [all …]
|
/frameworks/base/tools/aapt/ |
D | XMLNode.h | 77 value.dataType = Res_value::TYPE_NULL; in attribute_entry() 82 || value.dataType == Res_value::TYPE_NULL in needStringValue()
|
D | XMLNode.cpp | 453 if (value.dataType == Res_value::TYPE_NULL) { in printXMLBlock() 1466 if (ae.value.dataType == Res_value::TYPE_NULL in flatten_node()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | EditorInfo.java | 41 public int inputType = TYPE_NULL;
|
/frameworks/base/core/java/android/content/ |
D | RestrictionEntry.java | 40 public static final int TYPE_NULL = 0; field in RestrictionEntry
|
/frameworks/base/core/java/android/text/method/ |
D | TextKeyListener.java | 214 return InputType.TYPE_NULL; in getInputType()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 2191 if (ei.inputType == InputType.TYPE_NULL || in onUpdateExtractingVisibility() 2227 ei.inputType != InputType.TYPE_NULL); in onUpdateExtractingViews() 2253 if (ei.inputType == InputType.TYPE_NULL) { in onExtractingInputChanged()
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityNodeInfo.java | 513 private int mInputType = InputType.TYPE_NULL; 2346 mInputType = InputType.TYPE_NULL; in clear()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 751 int inputType = EditorInfo.TYPE_NULL; in TextView() 1000 inputType = a.getInt(attr, EditorInfo.TYPE_NULL); in TextView() 1097 mEditor.mInputType = inputType != EditorInfo.TYPE_NULL in TextView() 1109 mEditor.mInputType = inputType != EditorInfo.TYPE_NULL in TextView() 1111 } else if (inputType != EditorInfo.TYPE_NULL) { in TextView() 1164 mEditor.mInputType = EditorInfo.TYPE_NULL; in TextView() 1615 if (mEditor != null) mEditor.mInputType = EditorInfo.TYPE_NULL; in setKeyListener() 4073 if (type == InputType.TYPE_NULL && mEditor == null) return; //TYPE_NULL is the default value in setRawInputType() 4131 return mEditor == null ? EditorInfo.TYPE_NULL : mEditor.mInputType; in getInputType() 5700 return mEditor != null && mEditor.mInputType != EditorInfo.TYPE_NULL; in onCheckIsTextEditor()
|
D | Editor.java | 147 int mInputType = EditorInfo.TYPE_NULL;
|
/frameworks/base/include/androidfw/ |
D | ResourceTypes.h | 235 TYPE_NULL = 0x00, enumerator
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 1097 return Res_value::TYPE_NULL; in getAttributeDataType() 2686 memset(curEntries, Res_value::TYPE_NULL, cnt*sizeof(theme_entry)); in applyStyle() 2701 if (force || curEntry->value.dataType == Res_value::TYPE_NULL) { in applyStyle() 2795 } else if (type != Res_value::TYPE_NULL) { in getAttribute() 2846 if (te.value.dataType == Res_value::TYPE_NULL) continue; in dumpToLog() 5551 if (value.dataType == Res_value::TYPE_NULL) { in print_value()
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindow.java | 2252 if (tvw != null && tvw.type != TypedValue.TYPE_NULL) { 2273 if (tvh != null && tvh.type != TypedValue.TYPE_NULL) { 2300 if (tv.type != TypedValue.TYPE_NULL) {
|
/frameworks/base/api/ |
D | current.txt | 6773 field public static final int TYPE_NULL = 0; // 0x0 24354 field public static final int TYPE_NULL = 0; // 0x0 26218 field public static final int TYPE_NULL = 0; // 0x0
|