Searched refs:mTmpValue (Results 1 – 2 of 2) sorted by relevance
115 private TypedValue mTmpValue = new TypedValue(); field in Resources1195 if (mTmpValue != null) { in obtainTempTypedValue()1196 tmpValue = mTmpValue; in obtainTempTypedValue()1197 mTmpValue = null; in obtainTempTypedValue()1214 if (mTmpValue == null) { in releaseTempTypedValue()1215 mTmpValue = value; in releaseTempTypedValue()
174 final TypedValue mTmpValue = new TypedValue(); field in ViewRootImpl1321 res.getValue(com.android.internal.R.dimen.config_prefDialogWidth, mTmpValue, true); in measureHierarchy()1323 if (mTmpValue.type == TypedValue.TYPE_DIMENSION) { in measureHierarchy()1324 baseSize = (int)mTmpValue.getDimension(packageMetrics); in measureHierarchy()