Home | History | Annotate | Download | only in view

Lines Matching defs:mTmpValue

148     final TypedValue mTmpValue = new TypedValue();
1139 res.getValue(com.android.internal.R.dimen.config_prefDialogWidth, mTmpValue, true);
1141 if (mTmpValue.type == TypedValue.TYPE_DIMENSION) {
1142 baseSize = (int)mTmpValue.getDimension(packageMetrics);