Home
last modified time | relevance | path

Searched defs:outValue (Results 1 – 25 of 43) sorted by relevance

12

/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/
DPartnerConfigHelper.java139 TypedValue outValue = new TypedValue(); in getColorStateList() local
140 resource.getValue(resourceEntry.getResourceId(), outValue, true); in getColorStateList() local
182 TypedValue outValue = new TypedValue(); in getDrawable() local
183 resource.getValue(resourceEntry.getResourceId(), outValue, true); in getDrawable() local
/frameworks/layoutlib/bridge/src/android/content/res/
DTypedArray_Delegate.java26 public static boolean getValueAt(TypedArray theTypedArray, int index, TypedValue outValue) { in getValueAt()
DResources_Theme_Delegate.java94 int resid, TypedValue outValue, in resolveAttribute()
DResources_Delegate.java873 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()
DBridgeTypedArray.java779 public boolean getValue(int index, TypedValue outValue) { in getValue()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DThumbnailBehavior.kt51 val outValue = TypedValue() in initialize() constant
DControlsUiControllerImpl.kt445 val outValue = TypedValue() in <lambda>() constant
/frameworks/base/core/java/com/android/internal/globalactions/
DActionsDialog.java43 TypedValue outValue = new TypedValue(); in getDialogTheme() local
/frameworks/native/libs/input/
DVirtualKeyMap.cpp142 bool VirtualKeyMap::Parser::parseNextIntField(int32_t* outValue) { in parseNextIntField()
/frameworks/base/test-mock/src/android/test/mock/
DMockResources.java177 public void getValue(int id, TypedValue outValue, boolean resolveRefs) in getValue()
183 public void getValue(String name, TypedValue outValue, boolean resolveRefs) in getValue()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java588 TypedValue outValue, boolean requireUnit) { in parseFloatAttribute()
662 private static void computeTypedValue(TypedValue outValue, float value, float scale) { in computeTypedValue()
/frameworks/base/core/java/android/app/
DPresentation.java330 TypedValue outValue = new TypedValue(); in createPresentationContext() local
DTimePickerDialog.java87 final TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
DDatePickerDialog.java143 final TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
DSearchDialog.java116 TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
/frameworks/base/core/java/android/content/res/
DAssetManager.java538 boolean getResourceValue(@AnyRes int resId, int densityDpi, @NonNull TypedValue outValue, in getResourceValue()
572 final TypedValue outValue = mValue; in getResourceText() local
592 final TypedValue outValue = mValue; in getResourceBagText() local
721 boolean getThemeValue(long theme, @AnyRes int resId, @NonNull TypedValue outValue, in getThemeValue()
1549 @NonNull TypedValue outValue, boolean resolveReferences); in nativeGetResourceValue()
1551 @NonNull TypedValue outValue); in nativeGetResourceBagValue()
1599 @AttrRes int resId, @NonNull TypedValue outValue, boolean resolve); in nativeThemeGetAttributeValue()
DResourcesImpl.java219 void getValue(@AnyRes int id, TypedValue outValue, boolean resolveRefs) in getValue()
228 void getValueForDensity(@AnyRes int id, int density, TypedValue outValue, in getValueForDensity()
237 void getValue(String name, TypedValue outValue, boolean resolveRefs) in getValue()
1364 boolean resolveAttribute(int resid, TypedValue outValue, boolean resolveRefs) { in resolveAttribute()
DResources.java1426 public void getValue(@AnyRes int id, TypedValue outValue, boolean resolveRefs) in getValue()
1444 public void getValueForDensity(@AnyRes int id, int density, TypedValue outValue, in getValueForDensity()
1469 public void getValue(String name, TypedValue outValue, boolean resolveRefs) in getValue()
1714 public boolean resolveAttribute(int resid, TypedValue outValue, boolean resolveRefs) { in resolveAttribute()
DTypedArray.java1079 public boolean getValue(@StyleableRes int index, TypedValue outValue) { in getValue()
1361 private boolean getValueAt(int index, TypedValue outValue) { in getValueAt()
/frameworks/native/libs/binder/tests/
DbinderParcelTest.cpp117 T outValue; in readWriteInverse() local
/frameworks/base/tools/aapt/
DAaptXml.cpp180 uint32_t attrRes, Res_value* outValue, String8* outError) { in getResolvedResourceAttribute()
/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.cpp64 bool SensorInputMapper::tryGetProperty(std::string keyName, T& outValue) { in tryGetProperty()
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/partner/
DExternalResources.java103 public void getValue(int id, TypedValue outValue, boolean resolveRefs) { in getValue()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h316 inline status_t getAbsoluteAxisValue(int32_t code, int32_t* outValue) const { in getAbsoluteAxisValue()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp3969 ssize_t ResTable::Theme::getAttribute(uint32_t resID, Res_value* outValue, in getAttribute()
4445 ssize_t ResTable::getResource(uint32_t resID, Res_value* outValue, bool mayBeBag, uint16_t density, in getResource()
5276 static bool parse_unit(const char* str, Res_value* outValue, in parse_unit()
5309 bool U16StringToInt(const char16_t* s, size_t len, Res_value* outValue) in U16StringToInt()
5398 bool ResTable::stringToInt(const char16_t* s, size_t len, Res_value* outValue) in stringToInt()
5403 bool ResTable::stringToFloat(const char16_t* s, size_t len, Res_value* outValue) in stringToFloat()
5498 bool ResTable::stringToValue(Res_value* outValue, String16* outString, in stringToValue()

12