/frameworks/base/tools/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 | 93 int resid, TypedValue outValue, in resolveAttribute()
|
D | BridgeResources.java | 662 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/ |
D | TinyHashMap.h | 51 bool get(TKey key, TValue& outValue) { in get()
|
/frameworks/base/core/java/android/app/ |
D | TimePickerDialog.java | 86 final TypedValue outValue = new TypedValue(); in resolveDialogTheme() local 116 final TypedValue outValue = new TypedValue(); in TimePickerDialog() local
|
D | Presentation.java | 300 TypedValue outValue = new TypedValue(); in createPresentationContext() local
|
D | DatePickerDialog.java | 87 final TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
|
D | SearchDialog.java | 113 TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | ResourcesWrapper.java | 205 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()
|
D | TintTypedArray.java | 162 public boolean getValue(int index, TypedValue outValue) { in getValue()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | ResourceHelper.java | 400 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/ |
D | MockResources.java | 172 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/ |
D | VirtualKeyMap.cpp | 157 bool VirtualKeyMap::Parser::parseNextIntField(int32_t* outValue) { in parseNextIntField()
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | IconUtils.java | 276 final TypedValue outValue = new TypedValue(); in applyTintAttr() local
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | PlaybackControlsRowPresenter.java | 302 TypedValue outValue = new TypedValue(); in getDefaultBackgroundColor() local 310 TypedValue outValue = new TypedValue(); in getDefaultProgressColor() local
|
D | DetailsOverviewRowPresenter.java | 398 TypedValue outValue = new TypedValue(); in getDefaultBackgroundColor() local
|
/frameworks/base/core/java/android/content/res/ |
D | AssetManager.java | 193 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()
|
D | TypedArray.java | 912 public boolean getValue(int index, TypedValue outValue) { in getValue() 1130 private boolean getValueAt(int index, TypedValue outValue) { in getValueAt()
|
D | Resources.java | 1345 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/ |
D | AppCompatDialog.java | 150 TypedValue outValue = new TypedValue(); in getThemeResId() local
|
D | AppCompatDelegateImplV7.java | 346 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/ |
D | HeadersFragment.java | 240 TypedValue outValue = new TypedValue(); in getBackgroundColor() local
|
D | HeadersSupportFragment.java | 242 TypedValue outValue = new TypedValue(); in getBackgroundColor() local
|
/frameworks/base/tools/aapt/ |
D | AaptXml.cpp | 164 uint32_t attrRes, Res_value* outValue, String8* outError) { in getResolvedResourceAttribute()
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 103 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()
|