Searched refs:mTmpValue (Results 1 – 2 of 2) sorted by relevance
152 private TypedValue mTmpValue = new TypedValue(); field in Resources1337 if (mTmpValue != null) { in obtainTempTypedValue()1338 tmpValue = mTmpValue; in obtainTempTypedValue()1339 mTmpValue = null; in obtainTempTypedValue()1356 if (mTmpValue == null) { in releaseTempTypedValue()1357 mTmpValue = value; in releaseTempTypedValue()
361 final TypedValue mTmpValue = new TypedValue(); field in ViewRootImpl2191 res.getValue(com.android.internal.R.dimen.config_prefDialogWidth, mTmpValue, true); in measureHierarchy()2193 if (mTmpValue.type == TypedValue.TYPE_DIMENSION) { in measureHierarchy()2194 baseSize = (int)mTmpValue.getDimension(packageMetrics); in measureHierarchy()