/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 | 62 int resid, TypedValue outValue, in resolveAttribute()
|
D | BridgeResources.java | 515 public void getValue(int id, TypedValue outValue, boolean resolveRefs) in getValue() 540 public void getValue(String name, TypedValue outValue, boolean resolveRefs) in getValue()
|
D | BridgeTypedArray.java | 825 public boolean getValue(int index, TypedValue outValue) { in getValue()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | ResourceHelper.java | 359 TypedValue outValue, boolean requireUnit) { in parseFloatAttribute() 433 private static void computeTypedValue(TypedValue outValue, float value, float scale) { in computeTypedValue()
|
/frameworks/base/libs/ui/ |
D | VirtualKeyMap.cpp | 156 bool VirtualKeyMap::Parser::parseNextIntField(int32_t* outValue) { in parseNextIntField()
|
/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/base/core/java/android/content/res/ |
D | AssetManager.java | 193 TypedValue outValue, in getResourceValue() 228 TypedValue outValue, boolean resolveRefs) { in getThemeValue() 686 private native final int loadResourceValue(int ident, short density, TypedValue outValue, in loadResourceValue() 690 private native final int loadResourceBagValue(int ident, int bagEntryId, TypedValue outValue, in loadResourceBagValue() 734 TypedValue outValue, in loadThemeAttributeValue()
|
D | TypedArray.java | 642 public boolean getValue(int index, TypedValue outValue) { in getValue() 699 private boolean getValueAt(int index, TypedValue outValue) { in getValueAt()
|
D | Resources.java | 1013 public void getValue(int id, TypedValue outValue, boolean resolveRefs) in getValue() 1037 public void getValueForDensity(int id, int density, TypedValue outValue, boolean resolveRefs) in getValueForDensity() 1066 public void getValue(String name, TypedValue outValue, boolean resolveRefs) in getValue() 1326 public boolean resolveAttribute(int resid, TypedValue outValue, in resolveAttribute()
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 85 jint copyValue(JNIEnv* env, jobject outValue, const ResTable* table, in copyValue() 685 jobject outValue, in android_content_AssetManager_loadResourceValue() 719 jobject outValue, jboolean resolve) in android_content_AssetManager_loadResourceBagValue() 833 JNIEnv* env, jobject clazz, jint themeInt, jint ident, jobject outValue, jboolean resolve) in android_content_AssetManager_loadThemeAttributeValue()
|
/frameworks/base/libs/utils/ |
D | ResourceTypes.cpp | 235 static status_t idmapLookup(const uint32_t* map, size_t sizeBytes, uint32_t key, uint32_t* outValue) in idmapLookup() 1679 ssize_t ResTable::Theme::getAttribute(uint32_t resID, Res_value* outValue, in getAttribute() 2057 ssize_t ResTable::getResource(uint32_t resID, Res_value* outValue, bool mayBeBag, uint16_t density, in getResource() 2948 static bool parse_unit(const char* str, Res_value* outValue, in parse_unit() 2982 bool ResTable::stringToInt(const char16_t* s, size_t len, Res_value* outValue) in stringToInt() 3046 bool ResTable::stringToFloat(const char16_t* s, size_t len, Res_value* outValue) in stringToFloat() 3141 bool ResTable::stringToValue(Res_value* outValue, String16* outString, in stringToValue()
|
/frameworks/base/core/java/android/app/ |
D | SearchDialog.java | 113 TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
|
D | AlertDialog.java | 141 TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
|
D | Dialog.java | 148 TypedValue outValue = new TypedValue(); in Dialog() local
|
/frameworks/base/media/libstagefright/ |
D | SurfaceMediaSource.cpp | 599 int SurfaceMediaSource::query(int what, int* outValue) in query()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 2044 bool ResourceTable::stringToValue(Res_value* outValue, StringPool* pool, in stringToValue() 2220 Res_value* outValue) in getAttributeEnum() 2240 Res_value* outValue) in getAttributeFlags() 3735 uint32_t resID, uint32_t attrID, Res_value* outValue) in getItemValue()
|
/frameworks/base/libs/gui/ |
D | SurfaceTexture.cpp | 975 int SurfaceTexture::query(int what, int* outValue) in query()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | AlertController.java | 176 TypedValue outValue = new TypedValue(); in shouldCenterSingleButton() local
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
D | MultiWaveView.java | 186 TypedValue outValue = new TypedValue(); in MultiWaveView() local
|
/frameworks/base/core/java/android/widget/ |
D | SearchView.java | 976 TypedValue outValue = new TypedValue(); in getSearchIconId() local
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindow.java | 1010 TypedValue outValue = new TypedValue(); in initializePanelMenu() local
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 247 public boolean resolveThemeAttribute(int resid, TypedValue outValue, boolean resolveRefs) { in resolveThemeAttribute()
|