Searched refs:getDisplayAdjustments (Results 1 – 10 of 10) sorted by relevance
536 public DisplayAdjustments getDisplayAdjustments() { in getDisplayAdjustments() method in Display538 final DisplayAdjustments currentAdjustements = mResources.getDisplayAdjustments(); in getDisplayAdjustments()594 mDisplayInfo.getAppMetrics(mTempMetrics, getDisplayAdjustments()); in getSize()609 mDisplayInfo.getAppMetrics(mTempMetrics, getDisplayAdjustments()); in getRectSize()940 mDisplayInfo.getAppMetrics(outMetrics, getDisplayAdjustments()); in getMetrics()1049 mDisplayInfo.getAppMetrics(mTempMetrics, getDisplayAdjustments()); in updateCachedAppSizeIfNeededLocked()1061 mDisplayInfo.getAppMetrics(mTempMetrics, getDisplayAdjustments()); in toString()
676 mDisplay.getDisplayAdjustments().getCompatibilityInfo(); in setView()1612 mDisplay.getDisplayAdjustments().getCompatibilityInfo(); in performTraversals()3531 final CompatibilityInfo ci = mDisplay.getDisplayAdjustments().getCompatibilityInfo(); in performConfigurationChange()
2001 getDisplayAdjustments(displayId).getCompatibilityInfo())); in createApplicationContext()2038 getDisplayAdjustments(displayId).getCompatibilityInfo())); in createPackageContextAsUser()2089 overrideConfiguration, getDisplayAdjustments(displayId).getCompatibilityInfo())); in createConfigurationContext()2104 null, getDisplayAdjustments(displayId).getCompatibilityInfo())); in createDisplayContext()2164 public DisplayAdjustments getDisplayAdjustments(int displayId) { in getDisplayAdjustments() method in ContextImpl2165 return mResources.getDisplayAdjustments(); in getDisplayAdjustments()
887 DisplayAdjustments daj = r.getDisplayAdjustments(); in applyConfigurationToResourcesLocked()
879 public DisplayAdjustments getDisplayAdjustments(int displayId) { in getDisplayAdjustments() method in ContextWrapper880 return mBase.getDisplayAdjustments(displayId); in getDisplayAdjustments()
4619 public abstract DisplayAdjustments getDisplayAdjustments(int displayId); in getDisplayAdjustments() method in Context
1843 public DisplayAdjustments getDisplayAdjustments() { in getDisplayAdjustments() method in Resources1844 return mResourcesImpl.getDisplayAdjustments(); in getDisplayAdjustments()
154 public DisplayAdjustments getDisplayAdjustments() { in getDisplayAdjustments() method in ResourcesImpl
747 public DisplayAdjustments getDisplayAdjustments(int displayId) { in getDisplayAdjustments() method in MockContext
1926 public DisplayAdjustments getDisplayAdjustments(int displayId) { in getDisplayAdjustments() method in BridgeContext