Home
last modified time | relevance | path

Searched refs:TYPE_NULL (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/java/android/content/res/
DTypedArray.java94 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 …]
DXmlBlock.java207 if (t == TypedValue.TYPE_NULL) { in getAttributeValue()
/frameworks/base/core/java/android/view/animation/
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/text/
DInputType.java77 public static final int TYPE_NULL = 0x00000000; field
/frameworks/base/core/java/android/util/
DTypedValue.java25 public static final int TYPE_NULL = 0x00; field in TypedValue
437 case TYPE_NULL: in coerceToString()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp956 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/
DXMLNode.h77 value.dataType = Res_value::TYPE_NULL; in attribute_entry()
82 || value.dataType == Res_value::TYPE_NULL in needStringValue()
DXMLNode.cpp453 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/
DEditorInfo.java41 public int inputType = TYPE_NULL;
/frameworks/base/core/java/android/content/
DRestrictionEntry.java40 public static final int TYPE_NULL = 0; field in RestrictionEntry
/frameworks/base/core/java/android/text/method/
DTextKeyListener.java214 return InputType.TYPE_NULL; in getInputType()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java2191 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/
DAccessibilityNodeInfo.java513 private int mInputType = InputType.TYPE_NULL;
2346 mInputType = InputType.TYPE_NULL; in clear()
/frameworks/base/core/java/android/widget/
DTextView.java751 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()
DEditor.java147 int mInputType = EditorInfo.TYPE_NULL;
/frameworks/base/include/androidfw/
DResourceTypes.h235 TYPE_NULL = 0x00, enumerator
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1097 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/
DPhoneWindow.java2252 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/
Dcurrent.txt6773 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