Searched refs:tmpValue (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/layoutlib/bridge/src/android/content/res/ |
H A D | Resources_Delegate.java | 588 TypedValue tmpValue = new TypedValue(); in getDimension() local 590 value.getFirst(), v, tmpValue, true /*requireUnit*/) && in getDimension() 591 tmpValue.type == TypedValue.TYPE_DIMENSION) { in getDimension() 592 return tmpValue.getDimension(resources.getDisplayMetrics()); in getDimension() 616 TypedValue tmpValue = new TypedValue(); in getDimensionPixelOffset() local 618 value.getFirst(), v, tmpValue, true /*requireUnit*/) && in getDimensionPixelOffset() 619 tmpValue.type == TypedValue.TYPE_DIMENSION) { in getDimensionPixelOffset() 645 TypedValue tmpValue = new TypedValue(); in getDimensionPixelSize() local 647 value.getFirst(), v, tmpValue, true /*requireUnit*/) && in getDimensionPixelSize() 648 tmpValue.type == TypedValue.TYPE_DIMENSION) { in getDimensionPixelSize() [all …]
|
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/vts/ |
H A D | ComposerVts.cpp | 72 display, config, attribute, [&](const auto& tmpError, const auto& tmpValue) { in getDisplayAttribute_2_4() argument 74 value = tmpValue; in getDisplayAttribute_2_4()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
H A D | NinePatchTexture.java | 114 V tmpValue = mValue[i]; in get() local 116 mValue[i - 1] = tmpValue; in get()
|
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
H A D | ComposerVts.cpp | 183 display, config, attribute, [&](const auto& tmpError, const auto& tmpValue) { in getDisplayAttribute() argument 185 value = tmpValue; in getDisplayAttribute()
|
/aosp12/frameworks/base/core/java/android/content/res/ |
H A D | Resources.java | 1335 TypedValue tmpValue = null; in obtainTempTypedValue() local 1338 tmpValue = mTmpValue; in obtainTempTypedValue() 1342 if (tmpValue == null) { in obtainTempTypedValue() 1345 return tmpValue; in obtainTempTypedValue()
|
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | ComposerHal.cpp | 357 [&](const auto& tmpError, const auto& tmpValue) { in getDisplayAttribute() argument 363 *outValue = tmpValue; in getDisplayAttribute() 368 [&](const auto& tmpError, const auto& tmpValue) { in getDisplayAttribute() argument 374 *outValue = tmpValue; in getDisplayAttribute()
|