Home
last modified time | relevance | path

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

12

/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.java93 int resid, TypedValue outValue, in resolveAttribute()
DResources_Delegate.java818 static Typeface getFont(Resources resources, TypedValue outValue, int id) throws in getFont()
833 static void getValue(Resources resources, int id, TypedValue outValue, boolean resolveRefs) in getValue()
863 static void getValue(Resources resources, String name, TypedValue outValue, boolean resolveRefs) in getValue()
/frameworks/support/compat/java/android/support/v4/view/
DViewConfigurationCompat.java115 TypedValue outValue = new TypedValue(); in getLegacyScrollFactor() local
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DResourcesWrapper.java206 public void getValue(int id, TypedValue outValue, boolean resolveRefs) in getValue()
213 public void getValueForDensity(int id, int density, TypedValue outValue, boolean resolveRefs) in getValueForDensity()
219 public void getValue(String name, TypedValue outValue, boolean resolveRefs) in getValue()
DTintTypedArray.java216 public boolean getValue(int index, TypedValue outValue) { in getValue()
/frameworks/base/core/java/android/content/res/
DAssetManager.java163 final TypedValue outValue = mValue; in getResourceText() local
182 final TypedValue outValue = mValue; in getResourceBagText() local
223 final boolean getResourceValue(@AnyRes int resId, int densityDpi, @NonNull TypedValue outValue, in getResourceValue()
281 final boolean getThemeValue(long theme, @AnyRes int resId, @NonNull TypedValue outValue, in getThemeValue()
822 private native final int loadResourceValue(int ident, short density, TypedValue outValue, in loadResourceValue()
826 private native final int loadResourceBagValue(int ident, int bagEntryId, TypedValue outValue, in loadResourceBagValue()
882 TypedValue outValue, in loadThemeAttributeValue()
DResourcesImpl.java209 void getValue(@AnyRes int id, TypedValue outValue, boolean resolveRefs) in getValue()
218 void getValueForDensity(@AnyRes int id, int density, TypedValue outValue, in getValueForDensity()
227 void getValue(String name, TypedValue outValue, boolean resolveRefs) in getValue()
1339 boolean resolveAttribute(int resid, TypedValue outValue, boolean resolveRefs) { in resolveAttribute()
DResources.java1314 public void getValue(@AnyRes int id, TypedValue outValue, boolean resolveRefs) in getValue()
1332 public void getValueForDensity(@AnyRes int id, int density, TypedValue outValue, in getValueForDensity()
1357 public void getValue(String name, TypedValue outValue, boolean resolveRefs) in getValue()
1562 public boolean resolveAttribute(int resid, TypedValue outValue, boolean resolveRefs) { in resolveAttribute()
DTypedArray.java1025 public boolean getValue(@StyleableRes int index, TypedValue outValue) { in getValue()
1245 private boolean getValueAt(int index, TypedValue outValue) { in getValueAt()
/frameworks/native/libs/input/
DVirtualKeyMap.cpp157 bool VirtualKeyMap::Parser::parseNextIntField(int32_t* outValue) { in parseNextIntField()
/frameworks/base/test-runner/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/support/v17/leanback/src/android/support/v17/leanback/widget/
DPlaybackControlsRowPresenter.java314 TypedValue outValue = new TypedValue(); in getDefaultBackgroundColor() local
322 TypedValue outValue = new TypedValue(); in getDefaultProgressColor() local
DDetailsParallaxDrawable.java130 TypedValue outValue = new TypedValue(); in getDefaultBackgroundColor() local
/frameworks/base/core/java/android/app/
DPresentation.java321 TypedValue outValue = new TypedValue(); in createPresentationContext() local
DTimePickerDialog.java85 final TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
DDatePickerDialog.java141 final TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
DSearchDialog.java113 TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
/frameworks/support/design/src/android/support/design/widget/
DBottomSheetDialog.java203 TypedValue outValue = new TypedValue(); in getThemeResId() local
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java595 TypedValue outValue, boolean requireUnit) { in parseFloatAttribute()
669 private static void computeTypedValue(TypedValue outValue, float value, float scale) { in computeTypedValue()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDialog.java166 TypedValue outValue = new TypedValue(); in getThemeResId() local
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
DMediaRouterThemeHelper.java144 TypedValue outValue = new TypedValue(); in getAlertDialogResolvedTheme() local
/frameworks/base/tools/aapt/
DAaptXml.cpp180 uint32_t attrRes, Res_value* outValue, String8* outError) { in getResolvedResourceAttribute()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DRenderTests.java600 TypedValue outValue = new TypedValue(); in testColorTypedValue() local
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp104 jint copyValue(JNIEnv* env, jobject outValue, const ResTable* table, in copyValue()
883 jobject outValue, in android_content_AssetManager_loadResourceValue()
925 jobject outValue, jboolean resolve) in android_content_AssetManager_loadResourceBagValue()
1072 JNIEnv* env, jobject clazz, jlong themeHandle, jint ident, jobject outValue, jboolean resolve) in android_content_AssetManager_loadThemeAttributeValue()

12