/frameworks/layoutlib/bridge/src/android/content/res/ |
D | TypedArray_Delegate.java | 26 public static boolean getValueAt(TypedArray theTypedArray, int index, TypedValue outValue) { in getValueAt()
|
D | Resources_Theme_Delegate.java | 94 int resid, TypedValue outValue, in resolveAttribute()
|
D | Resources_Delegate.java | 873 static Typeface getFont(Resources resources, TypedValue outValue, int id) throws in getFont() 885 static void getValue(Resources resources, int id, TypedValue outValue, boolean resolveRefs) in getValue() 890 private static ResourceValue getResourceValue(Resources resources, int id, TypedValue outValue) in getResourceValue() 921 static void getValue(Resources resources, String name, TypedValue outValue, boolean resolveRefs) in getValue() 927 static void getValueForDensity(Resources resources, int id, int density, TypedValue outValue, in getValueForDensity()
|
D | BridgeTypedArray.java | 758 public boolean getValue(int index, TypedValue outValue) { in getValue()
|
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/ |
D | PartnerConfigHelper.java | 131 TypedValue outValue = new TypedValue(); in getDrawable() local 132 resource.getValue(resourceEntry.getResourceId(), outValue, true); in getDrawable() local
|
/frameworks/base/core/java/com/android/internal/globalactions/ |
D | ActionsDialog.java | 43 TypedValue outValue = new TypedValue(); in getDialogTheme() local
|
/frameworks/native/libs/input/ |
D | VirtualKeyMap.cpp | 142 bool VirtualKeyMap::Parser::parseNextIntField(int32_t* outValue) { in parseNextIntField()
|
/frameworks/base/test-mock/src/android/test/mock/ |
D | MockResources.java | 177 public void getValue(int id, TypedValue outValue, boolean resolveRefs) in getValue() 183 public void getValue(String name, TypedValue outValue, boolean resolveRefs) in getValue()
|
/frameworks/base/core/java/android/app/ |
D | Presentation.java | 316 TypedValue outValue = new TypedValue(); in createPresentationContext() local
|
D | TimePickerDialog.java | 87 final TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
|
D | DatePickerDialog.java | 143 final TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
|
D | SearchDialog.java | 116 TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
|
D | AlertDialog.java | 226 final TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | ResourceHelper.java | 575 TypedValue outValue, boolean requireUnit) { in parseFloatAttribute() 649 private static void computeTypedValue(TypedValue outValue, float value, float scale) { in computeTypedValue()
|
/frameworks/base/core/java/android/content/res/ |
D | AssetManager.java | 501 boolean getResourceValue(@AnyRes int resId, int densityDpi, @NonNull TypedValue outValue, in getResourceValue() 533 final TypedValue outValue = mValue; in getResourceText() local 553 final TypedValue outValue = mValue; in getResourceBagText() local 682 boolean getThemeValue(long theme, @AnyRes int resId, @NonNull TypedValue outValue, in getThemeValue() 1441 @NonNull TypedValue outValue, boolean resolveReferences); in nativeGetResourceValue() 1443 @NonNull TypedValue outValue); in nativeGetResourceBagValue() 1490 @AttrRes int resId, @NonNull TypedValue outValue, boolean resolve); in nativeThemeGetAttributeValue()
|
D | ResourcesImpl.java | 231 void getValue(@AnyRes int id, TypedValue outValue, boolean resolveRefs) in getValue() 240 void getValueForDensity(@AnyRes int id, int density, TypedValue outValue, in getValueForDensity() 249 void getValue(String name, TypedValue outValue, boolean resolveRefs) in getValue() 1429 boolean resolveAttribute(int resid, TypedValue outValue, boolean resolveRefs) { in resolveAttribute()
|
D | Resources.java | 1349 public void getValue(@AnyRes int id, TypedValue outValue, boolean resolveRefs) in getValue() 1367 public void getValueForDensity(@AnyRes int id, int density, TypedValue outValue, in getValueForDensity() 1392 public void getValue(String name, TypedValue outValue, boolean resolveRefs) in getValue() 1617 public boolean resolveAttribute(int resid, TypedValue outValue, boolean resolveRefs) { in resolveAttribute()
|
D | TypedArray.java | 1078 public boolean getValue(@StyleableRes int index, TypedValue outValue) { in getValue() 1349 private boolean getValueAt(int index, TypedValue outValue) { in getValueAt()
|
/frameworks/base/tools/aapt/ |
D | AaptXml.cpp | 180 uint32_t attrRes, Res_value* outValue, String8* outError) { in getResolvedResourceAttribute()
|
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/partner/ |
D | ExternalResources.java | 102 public void getValue(int id, TypedValue outValue, boolean resolveRefs) { in getValue()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 3853 ssize_t ResTable::Theme::getAttribute(uint32_t resID, Res_value* outValue, in getAttribute() 4329 ssize_t ResTable::getResource(uint32_t resID, Res_value* outValue, bool mayBeBag, uint16_t density, in getResource() 5159 static bool parse_unit(const char* str, Res_value* outValue, in parse_unit() 5192 bool U16StringToInt(const char16_t* s, size_t len, Res_value* outValue) in U16StringToInt() 5281 bool ResTable::stringToInt(const char16_t* s, size_t len, Res_value* outValue) in stringToInt() 5286 bool ResTable::stringToFloat(const char16_t* s, size_t len, Res_value* outValue) in stringToFloat() 5381 bool ResTable::stringToValue(Res_value* outValue, String16* outString, in stringToValue()
|
/frameworks/base/tools/aapt2/format/binary/ |
D | TableFlattener.cpp | 319 Res_value* outValue = buffer->NextBlock<Res_value>(); in FlattenValue() local
|
/frameworks/native/libs/gui/ |
D | BufferQueueProducer.cpp | 1089 int BufferQueueProducer::query(int what, int *outValue) { in query()
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/ |
D | RenderTests.java | 917 TypedValue outValue = new TypedValue(); in testColorTypedValue() local
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | FakeComposerClient.cpp | 251 int32_t* outValue) { in getDisplayAttribute()
|