Home
last modified time | relevance | path

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

12

/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/
DPartnerConfigHelper.java137 TypedValue outValue = new TypedValue(); in getColorStateList() local
138 resource.getValue(resourceEntry.getResourceId(), outValue, true); in getColorStateList() local
180 TypedValue outValue = new TypedValue(); in getDrawable() local
181 resource.getValue(resourceEntry.getResourceId(), outValue, true); in getDrawable() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DThumbnailBehavior.kt53 val outValue = TypedValue() in initialize() constant
/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.java881 static Typeface getFont(Resources resources, TypedValue outValue, int id) throws in getFont()
893 static void getValue(Resources resources, int id, TypedValue outValue, boolean resolveRefs) in getValue()
898 private static ResourceValue getResourceValue(Resources resources, int id, TypedValue outValue) in getResourceValue()
929 static void getValue(Resources resources, String name, TypedValue outValue, boolean resolveRefs) in getValue()
935 static void getValueForDensity(Resources resources, int id, int density, TypedValue outValue, in getValueForDensity()
/frameworks/native/services/inputflinger/tests/
DMultiTouchInputMapper_test.cpp103 .WillRepeatedly([](int32_t, int32_t, int32_t* outValue) { in SetUp() argument
215 .WillRepeatedly([=](int32_t, int32_t, int32_t* outValue) { in TEST_F() argument
DTouchpadInputMapper_test.cpp107 .WillRepeatedly([](int32_t eventHubId, int32_t, int32_t* outValue) { in SetUp() argument
/frameworks/base/core/java/com/android/internal/globalactions/
DActionsDialog.java43 TypedValue outValue = new TypedValue(); in getDialogTheme() local
/frameworks/native/libs/input/
DVirtualKeyMap.cpp141 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/base/core/java/android/content/res/
DResourcesImpl.java260 void getValue(@AnyRes int id, TypedValue outValue, boolean resolveRefs) in getValue()
269 void getValueForDensity(@AnyRes int id, int density, TypedValue outValue, in getValueForDensity()
278 void getValue(String name, TypedValue outValue, boolean resolveRefs) in getValue()
DAssetManager.java627 boolean getResourceValue(@AnyRes int resId, int densityDpi, @NonNull TypedValue outValue, in getResourceValue()
661 final TypedValue outValue = mValue; in getResourceText() local
681 final TypedValue outValue = mValue; in getResourceBagText() local
810 boolean getThemeValue(long theme, @AnyRes int resId, @NonNull TypedValue outValue, in getThemeValue()
1715 @NonNull TypedValue outValue, boolean resolveReferences); in nativeGetResourceValue()
1717 @NonNull TypedValue outValue); in nativeGetResourceBagValue()
1766 @AttrRes int resId, @NonNull TypedValue outValue, boolean resolve); in nativeThemeGetAttributeValue()
DTypedArray.java1094 public boolean getValue(@StyleableRes int index, TypedValue outValue) { in getValue()
1376 private boolean getValueAt(int index, TypedValue outValue) { in getValueAt()
DResources.java1448 public void getValue(@AnyRes int id, TypedValue outValue, boolean resolveRefs) in getValue()
1466 public void getValueForDensity(@AnyRes int id, int density, TypedValue outValue, in getValueForDensity()
1497 public void getValue(String name, TypedValue outValue, boolean resolveRefs) in getValue()
1748 public boolean resolveAttribute(int resid, TypedValue outValue, boolean resolveRefs) { in resolveAttribute()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DPatternBouncerViewModel.kt199 val outValue = TypedValue() in <lambda>() constant
/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/tests/Input/src/com/android/server/input/
DAmbientKeyboardBacklightControllerTests.kt124 val outValue = args[1] as TypedValue in <lambda>() constant
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java764 TypedValue outValue, boolean requireUnit) { in parseFloatAttribute()
838 private static void computeTypedValue(TypedValue outValue, float value, float scale) { in computeTypedValue()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
DBridgeContextTest.java241 TypedValue outValue = new TypedValue(); in testTypedValue() local
/frameworks/base/tools/aapt/
DAaptXml.cpp180 uint32_t attrRes, Res_value* outValue, String8* outError) { in getResolvedResourceAttribute()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlAdapter.kt75 val outValue = TypedValue() in <lambda>() constant
/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()

12