Searched refs:mDisplayAdjustments (Results 1 – 5 of 5) sorted by relevance
76 final DisplayAdjustments mDisplayAdjustments = new DisplayAdjustments(); in testFixedRotationAdjustments() local82 mDisplayAdjustments.setFixedRotationAdjustments(new FixedRotationAdjustments( in testFixedRotationAdjustments()88 mDisplayAdjustments.adjustSize(size, realRotation); in testFixedRotationAdjustments()90 assertEquals(fixedRotation, mDisplayAdjustments.getRotation(realRotation)); in testFixedRotationAdjustments()106 mDisplayAdjustments.adjustMetrics(metrics, realRotation); in testFixedRotationAdjustments()110 mDisplayAdjustments.adjustGlobalAppMetrics(metrics); in testFixedRotationAdjustments()
147 private final DisplayAdjustments mDisplayAdjustments; field in ResourcesImpl176 mDisplayAdjustments = displayAdjustments; in ResourcesImpl()182 return mDisplayAdjustments; in getDisplayAdjustments()206 return mDisplayAdjustments.getCompatibilityInfo(); in getCompatibilityInfo()370 + mDisplayAdjustments.getCompatibilityInfo()); in updateConfiguration()375 mDisplayAdjustments.setCompatibilityInfo(compat); in updateConfiguration()389 mDisplayAdjustments.getCompatibilityInfo().applyToDisplayMetrics(mMetrics); in updateConfiguration()467 + mDisplayAdjustments.getCompatibilityInfo()); in updateConfiguration()507 mDisplayAdjustments.getCompatibilityInfo().applyToConfiguration(density, mTmpConfig); in calcConfigChanges()
98 private DisplayAdjustments mDisplayAdjustments; field in Display526 mDisplayAdjustments = mResources != null in Display()698 if (!mDisplayAdjustments.equals(currentAdjustments)) { in getDisplayAdjustments()699 mDisplayAdjustments = new DisplayAdjustments(currentAdjustments); in getDisplayAdjustments()703 return mDisplayAdjustments; in getDisplayAdjustments()
134 private final DisplayAdjustments mDisplayAdjustments = new DisplayAdjustments(); field in LoadedApk183 mDisplayAdjustments.setCompatibilityInfo(compatInfo); in LoadedApk()294 return mDisplayAdjustments.getCompatibilityInfo(); in getCompatibilityInfo()298 mDisplayAdjustments.setCompatibilityInfo(compatInfo); in setCompatibilityInfo()
16779 Landroid/content/res/ResourcesImpl;->mDisplayAdjustments:Landroid/view/DisplayAdjustments;63043 Landroid/view/Display;->mDisplayAdjustments:Landroid/view/DisplayAdjustments;