Searched refs:getCompatibilityInfo (Results 1 – 10 of 10) sorted by relevance
255 .getCompatibilityInfo().applicationScale; in apply()332 .getCompatibilityInfo().applicationScale; in apply()458 .getCompatibilityInfo().applicationScale; in apply()
136 mTextPaint.setCompatibilityScaling(res.getCompatibilityInfo().applicationScale); in Switch()
451 getResources().getCompatibilityInfo().applicationScale); in TextView()459 getResources().getCompatibilityInfo().applicationScale); in TextView()5835 mPaint.setCompatibilityScaling(getResources().getCompatibilityInfo().applicationScale); in CorrectionHighlighter()
1419 mMainThread.getPackageInfo(packageName, mResources.getCompatibilityInfo(), flags); in createPackageContext()1496 && container.getCompatibilityInfo().applicationScale != in init()1497 mResources.getCompatibilityInfo().applicationScale) { in init()1503 mPackageInfo.getResDir(), container.getCompatibilityInfo()); in init()
586 + ": app scale=" + r.getCompatibilityInfo().applicationScale in getDrawable()587 … + ", caller scale=" + mContext.getResources().getCompatibilityInfo().applicationScale, in getDrawable()
1470 + ": appScale=" + r.getCompatibilityInfo().applicationScale); in getTopLevelResources()1492 + r.getCompatibilityInfo().applicationScale); in getTopLevelResources()
487 if (!getContext().getResources().getCompatibilityInfo().supportsScreen()) { in updateWindow()
1995 ", compatibilityInfo=" + cxt.getResources().getCompatibilityInfo()); in draw()
1595 public CompatibilityInfo getCompatibilityInfo() { in getCompatibilityInfo() method in Resources
7578 final float appScale = context.getResources().getCompatibilityInfo().applicationScale; in showQuickContact()