Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/content/res/
DTypedArray.java155 if (type == TypedValue.TYPE_NULL) { in getText()
192 if (type == TypedValue.TYPE_NULL) { in getString()
265 if (type == TypedValue.TYPE_NULL) { in getNonConfigurationString()
306 if (type == TypedValue.TYPE_NULL) { in getBoolean()
345 if (type == TypedValue.TYPE_NULL) { in getInt()
382 if (type == TypedValue.TYPE_NULL) { in getFloat()
431 if (type == TypedValue.TYPE_NULL) { in getColor()
513 if (type == TypedValue.TYPE_NULL) { in getInteger()
559 if (type == TypedValue.TYPE_NULL) { in getDimension()
606 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/support/v7/appcompat/src/android/support/v7/internal/widget/
DContentFrameLayout.java89 if (tvw != null && tvw.type != TypedValue.TYPE_NULL) { in onMeasure()
108 if (tvh != null && tvh.type != TypedValue.TYPE_NULL) { in onMeasure()
133 if (tv != null && tv.type != TypedValue.TYPE_NULL) { in onMeasure()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1161 value.dataType = Res_value::TYPE_NULL; in android_content_AssetManager_resolveAttrs()
1176 if (value.dataType == Res_value::TYPE_NULL) { in android_content_AssetManager_resolveAttrs()
1189 if (value.dataType != Res_value::TYPE_NULL) { in android_content_AssetManager_resolveAttrs()
1225 value.dataType = Res_value::TYPE_NULL; in android_content_AssetManager_resolveAttrs()
1244 if (indices != NULL && value.dataType != Res_value::TYPE_NULL) { in android_content_AssetManager_resolveAttrs()
1345 value.dataType = Res_value::TYPE_NULL; in android_content_AssetManager_applyStyle()
1393 value.dataType = Res_value::TYPE_NULL; in android_content_AssetManager_applyStyle()
1409 if (value.dataType == Res_value::TYPE_NULL) { in android_content_AssetManager_applyStyle()
1423 if (value.dataType == Res_value::TYPE_NULL) { in android_content_AssetManager_applyStyle()
1438 if (value.dataType != Res_value::TYPE_NULL) { in android_content_AssetManager_applyStyle()
[all …]
/frameworks/base/core/java/android/text/
DInputType.java77 public static final int TYPE_NULL = 0x00000000; field
/frameworks/base/core/java/android/util/
DTypedValue.java27 public static final int TYPE_NULL = 0x00; field in TypedValue
459 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.cpp477 if (value.dataType == Res_value::TYPE_NULL) { in printXMLBlock()
1566 if (ae.value.dataType == Res_value::TYPE_NULL in flatten_node()
/frameworks/base/core/java/android/content/
DRestrictionsManager.java628 case RestrictionEntry.TYPE_NULL: // hidden in loadRestriction()
713 case RestrictionEntry.TYPE_NULL: in addRestrictionToBundle()
DRestrictionEntry.java42 public static final int TYPE_NULL = 0; field in RestrictionEntry
/frameworks/base/core/java/android/view/inputmethod/
DEditorInfo.java41 public int inputType = TYPE_NULL;
/frameworks/base/graphics/java/android/graphics/drawable/
DScaleDrawable.java129 if (type == TypedValue.TYPE_FRACTION || type == TypedValue.TYPE_NULL) { in getPercent()
/frameworks/base/core/java/android/text/method/
DTextKeyListener.java214 return InputType.TYPE_NULL; in getInputType()
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java58 import static android.util.TypedValue.TYPE_NULL;
785 return TYPE_NULL; in getType()
/frameworks/base/libs/androidfw/tests/
DResTable_test.cpp221 ASSERT_EQ(out.TYPE_NULL, out.dataType) << "Failed with " << s; in testU16StringToInt()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java2278 if (ei.inputType == InputType.TYPE_NULL || in onUpdateExtractingVisibility()
2314 ei.inputType != InputType.TYPE_NULL); in onUpdateExtractingViews()
2340 if (ei.inputType == InputType.TYPE_NULL) { in onExtractingInputChanged()
/frameworks/base/tools/aapt2/
DResourceValues.cpp195 case android::Res_value::TYPE_NULL: in print()
DResourceParser_test.cpp216 EXPECT_EQ(uint16_t(android::Res_value::TYPE_NULL), integer->value.dataType); in TEST_F()
DResourceParser.cpp203 value.dataType = android::Res_value::TYPE_NULL; in tryParseNullOrEmpty()
354 case android::Res_value::TYPE_NULL: in androidTypeToAttributeTypeMask()
/frameworks/base/core/java/android/widget/
DTextView.java826 int inputType = EditorInfo.TYPE_NULL; in TextView()
1084 inputType = a.getInt(attr, EditorInfo.TYPE_NULL); in TextView()
1206 mEditor.mInputType = inputType != EditorInfo.TYPE_NULL in TextView()
1218 mEditor.mInputType = inputType != EditorInfo.TYPE_NULL in TextView()
1220 } else if (inputType != EditorInfo.TYPE_NULL) { in TextView()
1273 mEditor.mInputType = EditorInfo.TYPE_NULL; in TextView()
1773 if (mEditor != null) mEditor.mInputType = EditorInfo.TYPE_NULL; in setKeyListener()
4602 if (type == InputType.TYPE_NULL && mEditor == null) return; //TYPE_NULL is the default value in setRawInputType()
4660 return mEditor == null ? EditorInfo.TYPE_NULL : mEditor.mInputType; in getInputType()
6266 return mEditor != null && mEditor.mInputType != EditorInfo.TYPE_NULL; in onCheckIsTextEditor()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java620 private int mInputType = InputType.TYPE_NULL;
2950 mInputType = InputType.TYPE_NULL; in clear()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1283 return Res_value::TYPE_NULL; in getAttributeDataType()
3301 memset(curEntries, Res_value::TYPE_NULL, buff_size); in applyStyle()
3318 if (force || curEntry->value.dataType == Res_value::TYPE_NULL) { in applyStyle()
3454 } else if (type != Res_value::TYPE_NULL) { in getAttribute()
3511 if (te.value.dataType == Res_value::TYPE_NULL) continue; in dumpToLog()
4985 outValue->dataType = Res_value::TYPE_NULL; in stringToValue()
6616 if (value.dataType == Res_value::TYPE_NULL) { in print_value()
/frameworks/base/include/androidfw/
DResourceTypes.h269 TYPE_NULL = 0x00, enumerator
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java2587 if (tvw != null && tvw.type != TypedValue.TYPE_NULL) {
2608 if (tvh != null && tvh.type != TypedValue.TYPE_NULL) {
2652 if (tv.type != TypedValue.TYPE_NULL) {

12