Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DTypedArray.java141 if (type == TypedValue.TYPE_NULL) { in getText()
173 if (type == TypedValue.TYPE_NULL) { in getString()
245 if (type == TypedValue.TYPE_NULL) { in getNonConfigurationString()
278 if (type == TypedValue.TYPE_NULL) { in getBoolean()
312 if (type == TypedValue.TYPE_NULL) { in getInt()
345 if (type == TypedValue.TYPE_NULL) { in getFloat()
387 if (type == TypedValue.TYPE_NULL) { in getColor()
449 if (type == TypedValue.TYPE_NULL) { in getInteger()
486 if (type == TypedValue.TYPE_NULL) { in getDimension()
524 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/jni/
Dandroid_util_AssetManager.cpp1122 value.dataType = Res_value::TYPE_NULL; in android_content_AssetManager_resolveAttrs()
1136 if (value.dataType == Res_value::TYPE_NULL) { in android_content_AssetManager_resolveAttrs()
1148 if (value.dataType != Res_value::TYPE_NULL) { in android_content_AssetManager_resolveAttrs()
1179 value.dataType = Res_value::TYPE_NULL; in android_content_AssetManager_resolveAttrs()
1196 if (indices != NULL && value.dataType != Res_value::TYPE_NULL) { in android_content_AssetManager_resolveAttrs()
1294 value.dataType = Res_value::TYPE_NULL; in android_content_AssetManager_applyStyle()
1340 value.dataType = Res_value::TYPE_NULL; in android_content_AssetManager_applyStyle()
1355 if (value.dataType == Res_value::TYPE_NULL) { in android_content_AssetManager_applyStyle()
1368 if (value.dataType == Res_value::TYPE_NULL) { in android_content_AssetManager_applyStyle()
1382 if (value.dataType != Res_value::TYPE_NULL) { in android_content_AssetManager_applyStyle()
[all …]
/frameworks/base/core/java/android/util/
DTypedValue.java25 public static final int TYPE_NULL = 0x00; field in TypedValue
456 case TYPE_NULL: in coerceToString()
/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.cpp481 if (value.dataType == Res_value::TYPE_NULL) { in printXMLBlock()
1550 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.java38 public static final int TYPE_NULL = 0; field in RestrictionEntry
DRestrictionsManager.java615 case RestrictionEntry.TYPE_NULL: // hidden in loadRestriction()
/frameworks/base/core/java/android/text/method/
DTextKeyListener.java214 return InputType.TYPE_NULL; in getInputType()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java2222 if (ei.inputType == InputType.TYPE_NULL || in onUpdateExtractingVisibility()
2258 ei.inputType != InputType.TYPE_NULL); in onUpdateExtractingViews()
2284 if (ei.inputType == InputType.TYPE_NULL) { in onExtractingInputChanged()
/frameworks/base/core/java/android/widget/
DTextView.java782 int inputType = EditorInfo.TYPE_NULL; in TextView()
1032 inputType = a.getInt(attr, EditorInfo.TYPE_NULL); in TextView()
1141 mEditor.mInputType = inputType != EditorInfo.TYPE_NULL in TextView()
1153 mEditor.mInputType = inputType != EditorInfo.TYPE_NULL in TextView()
1155 } else if (inputType != EditorInfo.TYPE_NULL) { in TextView()
1208 mEditor.mInputType = EditorInfo.TYPE_NULL; in TextView()
1664 if (mEditor != null) mEditor.mInputType = EditorInfo.TYPE_NULL; in setKeyListener()
4317 if (type == InputType.TYPE_NULL && mEditor == null) return; //TYPE_NULL is the default value in setRawInputType()
4375 return mEditor == null ? EditorInfo.TYPE_NULL : mEditor.mInputType; in getInputType()
5971 return mEditor != null && mEditor.mInputType != EditorInfo.TYPE_NULL; in onCheckIsTextEditor()
DEditor.java160 int mInputType = EditorInfo.TYPE_NULL;
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java572 private int mInputType = InputType.TYPE_NULL;
2863 mInputType = InputType.TYPE_NULL; in clear()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DActionBarActivityDelegateBase.java433 if (tvw != null && tvw.type != TypedValue.TYPE_NULL) { in applyFixedSizeWindow()
442 if (tvh != null && tvh.type != TypedValue.TYPE_NULL) { in applyFixedSizeWindow()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1238 return Res_value::TYPE_NULL; in getAttributeDataType()
3111 memset(curEntries, Res_value::TYPE_NULL, cnt*sizeof(theme_entry)); in applyStyle()
3126 if (force || curEntry->value.dataType == Res_value::TYPE_NULL) { in applyStyle()
3220 } else if (type != Res_value::TYPE_NULL) { in getAttribute()
3270 if (te.value.dataType == Res_value::TYPE_NULL) continue; in dumpToLog()
4667 outValue->dataType = Res_value::TYPE_NULL; in stringToValue()
6288 if (value.dataType == Res_value::TYPE_NULL) { in print_value()
/frameworks/base/include/androidfw/
DResourceTypes.h269 TYPE_NULL = 0x00, enumerator
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindow.java2568 if (tvw != null && tvw.type != TypedValue.TYPE_NULL) {
2589 if (tvh != null && tvh.type != TypedValue.TYPE_NULL) {
2624 if (tv.type != TypedValue.TYPE_NULL) {
/frameworks/base/api/
Dsystem-current.txt8314 field public static final int TYPE_NULL = 0; // 0x0
31882 field public static final int TYPE_NULL = 0; // 0x0
34185 field public static final int TYPE_NULL = 0; // 0x0
Dcurrent.txt8068 field public static final int TYPE_NULL = 0; // 0x0
29649 field public static final int TYPE_NULL = 0; // 0x0
31952 field public static final int TYPE_NULL = 0; // 0x0