/aosp14/frameworks/base/core/java/android/content/res/ |
H A D | TypedArray.java | 231 if (type == TypedValue.TYPE_NULL) { in getText() 268 if (type == TypedValue.TYPE_NULL) { in getString() 344 if (type == TypedValue.TYPE_NULL) { in getNonConfigurationString() 386 if (type == TypedValue.TYPE_NULL) { in getBoolean() 425 if (type == TypedValue.TYPE_NULL) { in getInt() 462 if (type == TypedValue.TYPE_NULL) { in getFloat() 513 if (type == TypedValue.TYPE_NULL) { in getColor() 634 if (type == TypedValue.TYPE_NULL) { in getInteger() 683 if (type == TypedValue.TYPE_NULL) { in getDimension() 732 if (type == TypedValue.TYPE_NULL) { in getDimensionPixelOffset() [all …]
|
H A D | XmlBlock.java | 275 if (t == TypedValue.TYPE_NULL) { in getAttributeValue()
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | AttributeResolution.cpp | 167 if (value.type != Res_value::TYPE_NULL) { in ResolveAttrs() 191 value.type = Res_value::TYPE_NULL; in ResolveAttrs() 207 (value.type != Res_value::TYPE_NULL || value.data == Res_value::DATA_NULL_EMPTY)) { in ResolveAttrs() 275 if (value.type == Res_value::TYPE_NULL && value.data != Res_value::DATA_NULL_EMPTY) { in ApplyStyle() 287 if (value.type == Res_value::TYPE_NULL && value.data != Res_value::DATA_NULL_EMPTY) { in ApplyStyle() 299 if (value.type != Res_value::TYPE_NULL) { in ApplyStyle() 324 value.type = Res_value::TYPE_NULL; in ApplyStyle() 340 if (value.type != Res_value::TYPE_NULL || value.data == Res_value::DATA_NULL_EMPTY) { in ApplyStyle() 386 if (value.type != Res_value::TYPE_NULL) { in RetrieveAttributes() 396 value.type = Res_value::TYPE_NULL; in RetrieveAttributes() [all …]
|
/aosp14/frameworks/base/libs/androidfw/tests/ |
H A D | AttributeResolution_test.cpp | 141 EXPECT_EQ(Res_value::TYPE_NULL, values_cursor[STYLE_TYPE]); in TEST_F() 151 EXPECT_EQ(Res_value::TYPE_NULL, values_cursor[STYLE_TYPE]); in TEST_F() 168 EXPECT_EQ(Res_value::TYPE_NULL, values_cursor[STYLE_TYPE]); in TEST_F() 176 EXPECT_EQ(Res_value::TYPE_NULL, values_cursor[STYLE_TYPE]); in TEST_F() 200 EXPECT_EQ(Res_value::TYPE_NULL, values_cursor[STYLE_TYPE]); in TEST_F() 223 EXPECT_EQ(Res_value::TYPE_NULL, values_cursor[STYLE_TYPE]); in TEST_F() 263 EXPECT_EQ(Res_value::TYPE_NULL, values_cursor[STYLE_TYPE]); in TEST_F()
|
H A D | ResTable_test.cpp | 258 ASSERT_EQ(out.TYPE_NULL, out.dataType) << "Failed with " << s; in testU16StringToInt()
|
/aosp14/frameworks/base/libs/input/ |
H A D | SpriteIcon.h | 30 inline SpriteIcon() : style(PointerIconStyle::TYPE_NULL), hotSpotX(0), hotSpotY(0) {} in SpriteIcon() 46 style = PointerIconStyle::TYPE_NULL; in reset()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_PointerIcon.h | 43 inline bool isNullIcon() { return style == PointerIconStyle::TYPE_NULL; } in isNullIcon() 46 style = PointerIconStyle::TYPE_NULL; in reset()
|
/aosp14/frameworks/base/core/java/android/view/animation/ |
H A 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;
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | PointerIcon.java | 58 public static final int TYPE_NULL = 0; field in PointerIcon 152 private static final PointerIcon gNullIcon = new PointerIcon(TYPE_NULL); 223 if (type == TYPE_NULL) { in getSystemIcon() 374 if (type == TYPE_NULL) { 403 if (mType != TYPE_NULL) { in writeToParcel() 647 case TYPE_NULL: return "NULL"; in typeToString()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/ |
H A D | InputManagerServiceTests.kt | 279 verify(native).setPointerIconType(eq(PointerIcon.TYPE_NULL)) 302 verify(native).setPointerIconType(eq(PointerIcon.TYPE_NULL)) 320 verify(native).setPointerIconType(eq(PointerIcon.TYPE_NULL)) 333 verify(native).setPointerIconType(eq(PointerIcon.TYPE_NULL))
|
/aosp14/frameworks/base/core/java/android/text/ |
H A D | InputType.java | 81 public static final int TYPE_NULL = 0x00000000; field
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | XMLNode.h | 80 value.dataType = Res_value::TYPE_NULL; in attribute_entry() 85 || value.dataType == Res_value::TYPE_NULL in needStringValue()
|
/aosp14/frameworks/base/cmds/idmap2/libidmap2/ |
H A D | ResourceUtils.cpp | 38 case Res_value::TYPE_NULL: in DataTypeToString()
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | TypedValue.java | 35 public static final int TYPE_NULL = 0x00; field in TypedValue 772 case TYPE_NULL: in coerceToString()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | MediaFormat.java | 1668 public static final int TYPE_NULL = 0; field in MediaFormat 1677 TYPE_NULL, 1693 return TYPE_NULL; in getValueTypeForKey()
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | ResourceUtils_test.cpp | 215 …ASSERT_THAT(ResourceUtils::MakeEmpty(), Pointee(ValueEq(BinaryPrimitive(Res_value::TYPE_NULL, Res_… in TEST() 216 …yParseNullOrEmpty("@empty"), Pointee(ValueEq(BinaryPrimitive(Res_value::TYPE_NULL, Res_value::DATA… in TEST()
|
H A D | ResourceUtils.cpp | 362 return util::make_unique<BinaryPrimitive>(android::Res_value::TYPE_NULL, in MakeEmpty() 582 case android::Res_value::TYPE_NULL: in AndroidTypeToAttributeTypeMask()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | RestrictionsManager.java | 694 case RestrictionEntry.TYPE_NULL: // hidden in loadRestriction() 779 case RestrictionEntry.TYPE_NULL: in addRestrictionToBundle()
|
H A D | RestrictionEntry.java | 43 public static final int TYPE_NULL = 0; field in RestrictionEntry
|
/aosp14/frameworks/base/core/java/android/text/method/ |
H A D | TextKeyListener.java | 219 return InputType.TYPE_NULL; in getInputType()
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | ScaleDrawable.java | 176 if (type == TypedValue.TYPE_FRACTION || type == TypedValue.TYPE_NULL) { in getPercent()
|
/aosp14/frameworks/base/cmds/content/src/com/android/commands/content/ |
H A D | Content.java | 162 private static final String TYPE_NULL = "n"; field in Content.Parser 457 } else if (TYPE_NULL.equalsIgnoreCase(type)) { in parseBindValue()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ScreenshotTests.java | 204 PointerIcon.getSystemIcon(this, PointerIcon.TYPE_NULL)); in onCreate()
|
/aosp14/frameworks/base/tools/aapt2/format/proto/ |
H A D | ProtoDeserialize.cpp | 897 val.dataType = android::Res_value::TYPE_NULL; in DeserializeItemFromPb() 901 val.dataType = android::Res_value::TYPE_NULL; in DeserializeItemFromPb()
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | InputMethodService.java | 3824 if (ei.inputType == InputType.TYPE_NULL || 3860 ei.inputType != InputType.TYPE_NULL); 3896 if (ei.inputType == InputType.TYPE_NULL) {
|