/frameworks/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 | Resources_Delegate.java | 818 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/ |
D | ViewConfigurationCompat.java | 115 TypedValue outValue = new TypedValue(); in getLegacyScrollFactor() local
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ResourcesWrapper.java | 206 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()
|
D | TintTypedArray.java | 216 public boolean getValue(int index, TypedValue outValue) { in getValue()
|
/frameworks/base/core/java/android/content/res/ |
D | AssetManager.java | 163 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()
|
D | ResourcesImpl.java | 209 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()
|
D | Resources.java | 1314 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()
|
D | TypedArray.java | 1025 public boolean getValue(@StyleableRes int index, TypedValue outValue) { in getValue() 1245 private boolean getValueAt(int index, TypedValue outValue) { in getValueAt()
|
/frameworks/native/libs/input/ |
D | VirtualKeyMap.cpp | 157 bool VirtualKeyMap::Parser::parseNextIntField(int32_t* outValue) { in parseNextIntField()
|
/frameworks/base/test-runner/src/android/test/mock/ |
D | MockResources.java | 177 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/ |
D | PlaybackControlsRowPresenter.java | 314 TypedValue outValue = new TypedValue(); in getDefaultBackgroundColor() local 322 TypedValue outValue = new TypedValue(); in getDefaultProgressColor() local
|
D | DetailsParallaxDrawable.java | 130 TypedValue outValue = new TypedValue(); in getDefaultBackgroundColor() local
|
/frameworks/base/core/java/android/app/ |
D | Presentation.java | 321 TypedValue outValue = new TypedValue(); in createPresentationContext() local
|
D | TimePickerDialog.java | 85 final TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
|
D | DatePickerDialog.java | 141 final TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
|
D | SearchDialog.java | 113 TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
|
/frameworks/support/design/src/android/support/design/widget/ |
D | BottomSheetDialog.java | 203 TypedValue outValue = new TypedValue(); in getThemeResId() local
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | ResourceHelper.java | 595 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/ |
D | AppCompatDialog.java | 166 TypedValue outValue = new TypedValue(); in getThemeResId() local
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
D | MediaRouterThemeHelper.java | 144 TypedValue outValue = new TypedValue(); in getAlertDialogResolvedTheme() local
|
/frameworks/base/tools/aapt/ |
D | AaptXml.cpp | 180 uint32_t attrRes, Res_value* outValue, String8* outError) { in getResolvedResourceAttribute()
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/ |
D | RenderTests.java | 600 TypedValue outValue = new TypedValue(); in testColorTypedValue() local
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 104 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()
|