Home
last modified time | relevance | path

Searched defs:outValue (Results 1 – 24 of 24) 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.java513 public void getValue(int id, TypedValue outValue, boolean resolveRefs) in getValue()
538 public void getValue(String name, TypedValue outValue, boolean resolveRefs) in getValue()
DBridgeTypedArray.java833 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/androidfw/
DVirtualKeyMap.cpp156 bool VirtualKeyMap::Parser::parseNextIntField(int32_t* outValue) { in parseNextIntField()
DResourceTypes.cpp235 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/
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.java1007 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/
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/core/java/android/app/
DSearchDialog.java113 TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
DAlertDialog.java141 TypedValue outValue = new TypedValue(); in resolveDialogTheme() local
DDialog.java152 TypedValue outValue = new TypedValue(); in Dialog() local
/frameworks/native/libs/gui/
DBufferQueue.cpp239 int BufferQueue::query(int what, int* outValue) in query()
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java176 TypedValue outValue = new TypedValue(); in shouldCenterSingleButton() local
DActionBarImpl.java789 TypedValue outValue = new TypedValue(); in getThemedContext() local
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
DGlowPadView.java229 TypedValue outValue = new TypedValue(); in GlowPadView() local
DMultiWaveView.java228 TypedValue outValue = new TypedValue(); in MultiWaveView() local
/frameworks/base/tools/aapt/
DResourceTable.cpp2088 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/
DSearchView.java1042 TypedValue outValue = new TypedValue(); in getSearchIconId() local
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindow.java1018 TypedValue outValue = new TypedValue(); in initializePanelMenu() local
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java246 public boolean resolveThemeAttribute(int resid, TypedValue outValue, boolean resolveRefs) { in resolveThemeAttribute()