Home
last modified time | relevance | path

Searched refs:mTmpValue (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/res/
DResources.java131 private TypedValue mTmpValue = new TypedValue(); field in Resources
1260 if (mTmpValue != null) { in obtainTempTypedValue()
1261 tmpValue = mTmpValue; in obtainTempTypedValue()
1262 mTmpValue = null; in obtainTempTypedValue()
1279 if (mTmpValue == null) { in releaseTempTypedValue()
1280 mTmpValue = value; in releaseTempTypedValue()
/frameworks/base/core/java/android/view/
DViewRootImpl.java315 final TypedValue mTmpValue = new TypedValue(); field in ViewRootImpl
1820 res.getValue(com.android.internal.R.dimen.config_prefDialogWidth, mTmpValue, true); in measureHierarchy()
1822 if (mTmpValue.type == TypedValue.TYPE_DIMENSION) { in measureHierarchy()
1823 baseSize = (int)mTmpValue.getDimension(packageMetrics); in measureHierarchy()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt79288 Landroid/view/ViewRootImpl;->mTmpValue:Landroid/util/TypedValue;