/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 | 513 public void getValue(int id, TypedValue outValue, boolean resolveRefs) in getValue() 538 public void getValue(String name, TypedValue outValue, boolean resolveRefs) in getValue()
|
D | BridgeTypedArray.java | 833 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/androidfw/ |
D | VirtualKeyMap.cpp | 156 bool VirtualKeyMap::Parser::parseNextIntField(int32_t* outValue) { in parseNextIntField()
|
D | ResourceTypes.cpp | 235 static status_t idmapLookup(const uint32_t* map, size_t sizeBytes, uint32_t key, uint32_t* outValue) in idmapLookup() 2576 ssize_t ResTable::Theme::getAttribute(uint32_t resID, Res_value* outValue, in getAttribute() 2954 ssize_t ResTable::getResource(uint32_t resID, Res_value* outValue, bool mayBeBag, uint16_t density, in getResource() 3826 static bool parse_unit(const char* str, Res_value* outValue, in parse_unit() 3860 bool ResTable::stringToInt(const char16_t* s, size_t len, Res_value* outValue) in stringToInt() 3924 bool ResTable::stringToFloat(const char16_t* s, size_t len, Res_value* outValue) in stringToFloat() 4019 bool ResTable::stringToValue(Res_value* outValue, String16* outString, in stringToValue()
|
/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 | 1007 public void getValue(int id, TypedValue outValue, boolean resolveRefs) in getValue() 1030 public void getValueForDensity(int id, int density, TypedValue outValue, boolean resolveRefs) in getValueForDensity() 1059 public void getValue(String name, TypedValue outValue, boolean resolveRefs) in getValue() 1319 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/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 | 152 TypedValue outValue = new TypedValue(); in Dialog() local
|
/frameworks/native/libs/gui/ |
D | BufferQueue.cpp | 239 int BufferQueue::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
|
D | ActionBarImpl.java | 789 TypedValue outValue = new TypedValue(); in getThemedContext() local
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
D | GlowPadView.java | 229 TypedValue outValue = new TypedValue(); in GlowPadView() local
|
D | MultiWaveView.java | 228 TypedValue outValue = new TypedValue(); in MultiWaveView() local
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 2088 bool ResourceTable::stringToValue(Res_value* outValue, StringPool* pool, in stringToValue() 2274 Res_value* outValue) in getAttributeEnum() 2294 Res_value* outValue) in getAttributeFlags() 3849 uint32_t resID, uint32_t attrID, Res_value* outValue) in getItemValue()
|
/frameworks/base/core/java/android/widget/ |
D | SearchView.java | 1042 TypedValue outValue = new TypedValue(); in getSearchIconId() local
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindow.java | 1018 TypedValue outValue = new TypedValue(); in initializePanelMenu() local
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 246 public boolean resolveThemeAttribute(int resid, TypedValue outValue, boolean resolveRefs) { in resolveThemeAttribute()
|