/frameworks/base/include/androidfw/ |
ResourceTypes.h | 659 ssize_t getTextValue(Res_value* outValue) const; 695 ssize_t getAttributeValue(size_t idx, Res_value* outValue) const; [all...] |
/packages/apps/Browser/src/com/android/browser/ |
BreadCrumbView.java | 173 TypedValue outValue = new TypedValue(); 175 android.R.attr.selectableItemBackground, outValue, true); 176 int resid = outValue.resourceId;
|
/frameworks/base/core/jni/ |
android_util_AssetManager.cpp | 81 static jint copyValue(JNIEnv* env, jobject outValue, const ResTable* table, 85 jint copyValue(JNIEnv* env, jobject outValue, const ResTable* table, 89 env->SetIntField(outValue, gTypedValueOffsets.mType, value.dataType); 90 env->SetIntField(outValue, gTypedValueOffsets.mAssetCookie, 92 env->SetIntField(outValue, gTypedValueOffsets.mData, value.data); 93 env->SetObjectField(outValue, gTypedValueOffsets.mString, NULL); 94 env->SetIntField(outValue, gTypedValueOffsets.mResourceId, ref); 95 env->SetIntField(outValue, gTypedValueOffsets.mChangingConfigurations, 98 env->SetIntField(outValue, gTypedValueOffsets.mDensity, config->density); 694 jobject outValue, [all...] |
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/ |
header_policy.h | 114 int *outValue, int outValueSize) const;
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
BridgeResources.java | 513 public void getValue(int id, TypedValue outValue, boolean resolveRefs) 521 if (ResourceHelper.parseFloatAttribute(value.getFirst(), v, outValue, 527 outValue.type = TypedValue.TYPE_STRING; 528 outValue.string = v; 538 public void getValue(String name, TypedValue outValue, boolean resolveRefs)
|
BridgeTypedArray.java | 827 * @param outValue TypedValue object in which to place the attribute's 833 public boolean getValue(int index, TypedValue outValue) { 844 return ResourceHelper.parseFloatAttribute(mNames[index], s, outValue,
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
MultiWaveView.java | 229 TypedValue outValue = new TypedValue(); 230 if (a.getValue(R.styleable.MultiWaveView_chevronDrawables, outValue)) { 231 ArrayList<TargetDrawable> chevrons = loadDrawableArray(outValue.resourceId); 241 if (a.getValue(R.styleable.MultiWaveView_targetDrawables, outValue)) { 242 internalSetTargetResources(outValue.resourceId); 249 if (a.getValue(R.styleable.MultiWaveView_targetDescriptions, outValue)) { 250 final int resourceId = outValue.resourceId; 258 if (a.getValue(R.styleable.MultiWaveView_directionDescriptions, outValue)) { 259 final int resourceId = outValue.resourceId; [all...] |
GlowPadView.java | 240 TypedValue outValue = new TypedValue(); 243 if (a.getValue(R.styleable.GlowPadView_targetDrawables, outValue)) { 244 internalSetTargetResources(outValue.resourceId); 251 if (a.getValue(R.styleable.GlowPadView_targetDescriptions, outValue)) { 252 final int resourceId = outValue.resourceId; 260 if (a.getValue(R.styleable.GlowPadView_directionDescriptions, outValue)) { 261 final int resourceId = outValue.resourceId; [all...] |
/frameworks/base/core/java/android/app/ |
AlertDialog.java | 142 TypedValue outValue = new TypedValue(); 144 outValue, true); 145 return outValue.resourceId; [all...] |
Dialog.java | 155 TypedValue outValue = new TypedValue(); 157 outValue, true); 158 theme = outValue.resourceId; [all...] |
SearchDialog.java | 113 TypedValue outValue = new TypedValue(); 115 outValue, true); 116 return outValue.resourceId;
|
/frameworks/base/tools/aapt/ |
ResourceTable.h | 211 bool stringToValue(Res_value* outValue, StringPool* pool, 244 Res_value* outValue); 247 Res_value* outValue); 539 Res_value* outValue);
|
ResourceTable.cpp | [all...] |
/frameworks/base/services/input/ |
EventHub.h | 225 int32_t* outValue) const = 0; 291 virtual status_t getAbsoluteAxisValue(int32_t deviceId, int32_t axis, int32_t* outValue) const;
|
/frameworks/base/core/java/android/content/res/ |
Resources.java | [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/ |
GlowPadView.java | 234 TypedValue outValue = new TypedValue(); 237 if (a.getValue(R.styleable.GlowPadView_targetDrawables, outValue)) { 238 internalSetTargetResources(outValue.resourceId); 245 if (a.getValue(R.styleable.GlowPadView_targetDescriptions, outValue)) { 246 final int resourceId = outValue.resourceId; 254 if (a.getValue(R.styleable.GlowPadView_directionDescriptions, outValue)) { 255 final int resourceId = outValue.resourceId; [all...] |
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
GlowPadView.java | 237 TypedValue outValue = new TypedValue(); 240 if (a.getValue(R.styleable.GlowPadView_targetDrawables, outValue)) { 241 internalSetTargetResources(outValue.resourceId); 248 if (a.getValue(R.styleable.GlowPadView_targetDescriptions, outValue)) { 249 final int resourceId = outValue.resourceId; 257 if (a.getValue(R.styleable.GlowPadView_directionDescriptions, outValue)) { 258 final int resourceId = outValue.resourceId; [all...] |
/sdk/find_java/ |
find_java_lib.cpp | 153 CString *outValue) {
184 if (ret != ERROR_MORE_DATA) outValue->set(buffer);
|
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/ |
tinyxml.h | [all...] |
/external/sfntly/cpp/src/test/tinyxml/ |
tinyxml.h | [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
ActionBarImpl.java | 802 TypedValue outValue = new TypedValue(); 805 outValue, true); 806 final int targetThemeRes = outValue.resourceId; [all...] |
AlertController.java | 176 TypedValue outValue = new TypedValue(); 178 outValue, true); 179 return outValue.data != 0; [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
GlobalActions.java | [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeContext.java | 254 public boolean resolveThemeAttribute(int resid, TypedValue outValue, boolean resolveRefs) { 275 outValue.resourceId = getDynamicIdByStyle((StyleResourceValue)value); 293 outValue.resourceId = a; [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
ActionBarImplBase.java | 503 TypedValue outValue = new TypedValue(); 505 currentTheme.resolveAttribute(R.attr.actionBarWidgetTheme, outValue, true); 506 final int targetThemeRes = outValue.resourceId;
|