Home
last modified time | relevance | path

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

12

/frameworks/base/tools/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()
DBridgeResources.java662 public void getValue(int id, TypedValue outValue, boolean resolveRefs) in getValue()
687 public void getValue(String name, TypedValue outValue, boolean resolveRefs) in getValue()
/frameworks/base/libs/hwui/utils/
DTinyHashMap.h51 bool get(TKey key, TValue& outValue) { in get()
/frameworks/base/core/java/android/app/
DTimePickerDialog.java86 final TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
116 final TypedValue outValue = new TypedValue(); in TimePickerDialog() local
DPresentation.java300 TypedValue outValue = new TypedValue(); in createPresentationContext() local
DDatePickerDialog.java87 final TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
DSearchDialog.java113 TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DResourcesWrapper.java205 public void getValue(int id, TypedValue outValue, boolean resolveRefs) in getValue()
211 public void getValueForDensity(int id, int density, TypedValue outValue, boolean resolveRefs) in getValueForDensity()
217 public void getValue(String name, TypedValue outValue, boolean resolveRefs) in getValue()
DTintTypedArray.java162 public boolean getValue(int index, TypedValue outValue) { in getValue()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java400 TypedValue outValue, boolean requireUnit) { in parseFloatAttribute()
474 private static void computeTypedValue(TypedValue outValue, float value, float scale) { in computeTypedValue()
/frameworks/base/test-runner/src/android/test/mock/
DMockResources.java172 public void getValue(int id, TypedValue outValue, boolean resolveRefs) in getValue()
178 public void getValue(String name, TypedValue outValue, boolean resolveRefs) in getValue()
/frameworks/native/libs/input/
DVirtualKeyMap.cpp157 bool VirtualKeyMap::Parser::parseNextIntField(int32_t* outValue) { in parseNextIntField()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DIconUtils.java276 final TypedValue outValue = new TypedValue(); in applyTintAttr() local
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DPlaybackControlsRowPresenter.java302 TypedValue outValue = new TypedValue(); in getDefaultBackgroundColor() local
310 TypedValue outValue = new TypedValue(); in getDefaultProgressColor() local
DDetailsOverviewRowPresenter.java398 TypedValue outValue = new TypedValue(); in getDefaultBackgroundColor() local
/frameworks/base/core/java/android/content/res/
DAssetManager.java193 TypedValue outValue, in getResourceValue()
228 TypedValue outValue, boolean resolveRefs) { in getThemeValue()
733 private native final int loadResourceValue(int ident, short density, TypedValue outValue, in loadResourceValue()
737 private native final int loadResourceBagValue(int ident, int bagEntryId, TypedValue outValue, in loadResourceBagValue()
790 TypedValue outValue, in loadThemeAttributeValue()
DTypedArray.java912 public boolean getValue(int index, TypedValue outValue) { in getValue()
1130 private boolean getValueAt(int index, TypedValue outValue) { in getValueAt()
DResources.java1345 public void getValue(@AnyRes int id, TypedValue outValue, boolean resolveRefs) in getValue()
1368 public void getValueForDensity(@AnyRes int id, int density, TypedValue outValue, in getValueForDensity()
1397 public void getValue(String name, TypedValue outValue, boolean resolveRefs) in getValue()
1688 public boolean resolveAttribute(int resid, TypedValue outValue, boolean resolveRefs) { in resolveAttribute()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDialog.java150 TypedValue outValue = new TypedValue(); in getThemeResId() local
DAppCompatDelegateImplV7.java346 TypedValue outValue = new TypedValue(); in createSubDecor() local
679 final TypedValue outValue = new TypedValue(); in startSupportActionModeFromWindow() local
1138 final TypedValue outValue = new TypedValue(); in initializePanelMenu() local
1821 final TypedValue outValue = new TypedValue(); in setStyle() local
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DHeadersFragment.java240 TypedValue outValue = new TypedValue(); in getBackgroundColor() local
DHeadersSupportFragment.java242 TypedValue outValue = new TypedValue(); in getBackgroundColor() local
/frameworks/base/tools/aapt/
DAaptXml.cpp164 uint32_t attrRes, Res_value* outValue, String8* outError) { in getResolvedResourceAttribute()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp103 jint copyValue(JNIEnv* env, jobject outValue, const ResTable* table, in copyValue()
808 jobject outValue, in android_content_AssetManager_loadResourceValue()
850 jobject outValue, jboolean resolve) in android_content_AssetManager_loadResourceBagValue()
997 JNIEnv* env, jobject clazz, jlong themeHandle, jint ident, jobject outValue, jboolean resolve) in android_content_AssetManager_loadThemeAttributeValue()

12