Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/content/res/
DTypedArray.java231 if (type == TypedValue.TYPE_NULL) { in getText()
268 if (type == TypedValue.TYPE_NULL) { in getString()
348 if (type == TypedValue.TYPE_NULL) { in getNonConfigurationString()
390 if (type == TypedValue.TYPE_NULL) { in getBoolean()
429 if (type == TypedValue.TYPE_NULL) { in getInt()
466 if (type == TypedValue.TYPE_NULL) { in getFloat()
517 if (type == TypedValue.TYPE_NULL) { in getColor()
638 if (type == TypedValue.TYPE_NULL) { in getInteger()
687 if (type == TypedValue.TYPE_NULL) { in getDimension()
736 if (type == TypedValue.TYPE_NULL) { in getDimensionPixelOffset()
[all …]
/frameworks/base/libs/androidfw/
DAttributeResolution.cpp167 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 …]
/frameworks/base/core/jni/
Dandroid_view_PointerIcon.h44 inline bool isNullIcon() { return style == PointerIconStyle::TYPE_NULL; } in isNullIcon()
47 style = PointerIconStyle::TYPE_NULL; in reset()
/frameworks/base/libs/androidfw/tests/
DAttributeResolution_test.cpp141 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()
/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/layoutlib/bridge/tests/src/android/content/res/
DBridgeTypedArrayTest.java31 import static android.util.TypedValue.TYPE_NULL;
40 assertEquals(TYPE_NULL, BridgeTypedArray.getType(null)); in getType()
/frameworks/native/libs/input/android/os/
DPointerIconType.aidl28 TYPE_NULL = 0, enumConstant
/frameworks/libs/modules-utils/java/com/android/modules/utils/
DBinaryXmlSerializer.java81 static final int TYPE_NULL = 1 << 4; field in BinaryXmlSerializer
112 mOut.writeByte(token | TYPE_NULL); in writeToken()
155 mOut.writeByte(START_DOCUMENT | TYPE_NULL); in startDocument()
160 mOut.writeByte(END_DOCUMENT | TYPE_NULL); in endDocument()
DBinaryXmlPullParser.java31 import static com.android.modules.utils.BinaryXmlSerializer.TYPE_NULL;
229 case TYPE_NULL: in consumeToken()
715 case TYPE_NULL: in getValueString()
748 case TYPE_NULL: in getValueBytesHex()
767 case TYPE_NULL: in getValueBytesBase64()
/frameworks/base/core/java/android/text/
DInputType.java81 public static final int TYPE_NULL = 0x00000000; field
/frameworks/base/libs/input/
DSpriteIcon.h40 PointerIconStyle style{PointerIconStyle::TYPE_NULL};
/frameworks/base/cmds/idmap2/libidmap2/
DResourceUtils.cpp38 case Res_value::TYPE_NULL: in DataTypeToString()
/frameworks/base/tools/aapt/
DXMLNode.h80 value.dataType = Res_value::TYPE_NULL; in attribute_entry()
85 || value.dataType == Res_value::TYPE_NULL in needStringValue()
/frameworks/base/core/java/android/view/
DPointerIcon.java68 public static final int TYPE_NULL = PointerIconType.TYPE_NULL; field in PointerIcon
296 ? getSystemIcon(TYPE_NULL) in getLoadedSystemIcon()
662 case TYPE_NULL: return "NULL"; in typeToString()
/frameworks/base/core/java/android/util/
DTypedValue.java35 public static final int TYPE_NULL = 0x00; field in TypedValue
772 case TYPE_NULL: in coerceToString()
/frameworks/base/media/java/android/media/
DMediaFormat.java1867 public static final int TYPE_NULL = 0; field in MediaFormat
1876 TYPE_NULL,
1892 return TYPE_NULL; in getValueTypeForKey()
/frameworks/base/core/java/android/content/
DRestrictionsManager.java694 case RestrictionEntry.TYPE_NULL: // hidden in loadRestriction()
779 case RestrictionEntry.TYPE_NULL: in addRestrictionToBundle()
DRestrictionEntry.java43 public static final int TYPE_NULL = 0; field in RestrictionEntry
/frameworks/base/tools/aapt2/
DResourceUtils_test.cpp215 …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()
/frameworks/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java62 import static android.util.TypedValue.TYPE_NULL;
786 case TYPE_NULL: in getValue()
989 return TYPE_NULL; in getType()
/frameworks/base/core/java/android/text/method/
DTextKeyListener.java219 return InputType.TYPE_NULL; in getInputType()
/frameworks/base/graphics/java/android/graphics/drawable/
DScaleDrawable.java176 if (type == TypedValue.TYPE_FRACTION || type == TypedValue.TYPE_NULL) { in getPercent()
/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java162 private static final String TYPE_NULL = "n"; field in Content.Parser
457 } else if (TYPE_NULL.equalsIgnoreCase(type)) { in parseBindValue()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DScreenshotTests.java275 PointerIcon.getSystemIcon(this, PointerIcon.TYPE_NULL)); in onCreate()
/frameworks/native/include/input/
DInput.h1239 TYPE_NULL = static_cast<int32_t>(::android::os::PointerIconType::TYPE_NULL), enumerator

12