Home
last modified time | relevance | path

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

/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.java62 int resid, TypedValue outValue, in resolveAttribute()
DBridgeResources.java515 public void getValue(int id, TypedValue outValue, boolean resolveRefs) in getValue()
540 public void getValue(String name, TypedValue outValue, boolean resolveRefs) in getValue()
DBridgeTypedArray.java825 public boolean getValue(int index, TypedValue outValue) { in getValue()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java359 TypedValue outValue, boolean requireUnit) { in parseFloatAttribute()
433 private static void computeTypedValue(TypedValue outValue, float value, float scale) { in computeTypedValue()
/frameworks/base/libs/ui/
DVirtualKeyMap.cpp156 bool VirtualKeyMap::Parser::parseNextIntField(int32_t* outValue) { in parseNextIntField()
/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/base/core/java/android/content/res/
DAssetManager.java193 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()
DTypedArray.java642 public boolean getValue(int index, TypedValue outValue) { in getValue()
699 private boolean getValueAt(int index, TypedValue outValue) { in getValueAt()
DResources.java1013 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/
Dandroid_util_AssetManager.cpp85 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/
DResourceTypes.cpp235 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/
DSearchDialog.java113 TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
DAlertDialog.java141 TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
DDialog.java148 TypedValue outValue = new TypedValue(); in Dialog() local
/frameworks/base/media/libstagefright/
DSurfaceMediaSource.cpp599 int SurfaceMediaSource::query(int what, int* outValue) in query()
/frameworks/base/tools/aapt/
DResourceTable.cpp2044 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/
DSurfaceTexture.cpp975 int SurfaceTexture::query(int what, int* outValue) in query()
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java176 TypedValue outValue = new TypedValue(); in shouldCenterSingleButton() local
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
DMultiWaveView.java186 TypedValue outValue = new TypedValue(); in MultiWaveView() local
/frameworks/base/core/java/android/widget/
DSearchView.java976 TypedValue outValue = new TypedValue(); in getSearchIconId() local
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindow.java1010 TypedValue outValue = new TypedValue(); in initializePanelMenu() local
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java247 public boolean resolveThemeAttribute(int resid, TypedValue outValue, boolean resolveRefs) { in resolveThemeAttribute()