Home
last modified time | relevance | path

Searched refs:getDisplayAdjustments (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/hardware/display/
DDisplayManager.java327 mContext.getDisplayAdjustments(displayId)); in getOrCreateDisplayLocked()
/frameworks/base/core/java/android/app/
DContextImpl.java1907 final DisplayAdjustments displayAdjustments = mResources.getDisplayAdjustments(); in getDisplay()
1913 if (!mDisplay.getDisplayAdjustments().equals(displayAdjustments)) { in getDisplay()
1921 public DisplayAdjustments getDisplayAdjustments(int displayId) { in getDisplayAdjustments() method in ContextImpl
1922 return mResources.getDisplayAdjustments(); in getDisplayAdjustments()
2030 compatInfo = container.getDisplayAdjustments(displayId).getCompatibilityInfo(); in ContextImpl()
2077 … : mResourcesManager.getAdjustedDisplay(displayId, mResources.getDisplayAdjustments()); in ContextImpl()
DResourcesManager.java847 DisplayAdjustments daj = r.getDisplayAdjustments(); in applyConfigurationToResourcesLocked()
DActivityThread.java2681 dm.getCompatibleDisplay(id, appContext.getDisplayAdjustments(id)); in createBaseContextForActivity()
/frameworks/base/core/java/android/content/
DContextWrapper.java818 public DisplayAdjustments getDisplayAdjustments(int displayId) { in getDisplayAdjustments() method in ContextWrapper
819 return mBase.getDisplayAdjustments(displayId); in getDisplayAdjustments()
DContext.java4278 public abstract DisplayAdjustments getDisplayAdjustments(int displayId); in getDisplayAdjustments() method in Context
/frameworks/base/core/java/android/view/
DDisplay.java466 public DisplayAdjustments getDisplayAdjustments() { in getDisplayAdjustments() method in Display
DViewRootImpl.java590 mDisplay.getDisplayAdjustments().getCompatibilityInfo(); in setView()
1480 mDisplay.getDisplayAdjustments().getCompatibilityInfo(); in performTraversals()
3307 CompatibilityInfo ci = mDisplay.getDisplayAdjustments().getCompatibilityInfo(); in updateConfiguration()
3327 mDisplay.getDisplayId(), localResources.getDisplayAdjustments()); in updateConfiguration()
/frameworks/base/core/java/android/content/res/
DResources.java1811 public DisplayAdjustments getDisplayAdjustments() { in getDisplayAdjustments() method in Resources
1812 return mResourcesImpl.getDisplayAdjustments(); in getDisplayAdjustments()
DResourcesImpl.java149 public DisplayAdjustments getDisplayAdjustments() { in getDisplayAdjustments() method in ResourcesImpl
/frameworks/base/test-runner/src/android/test/mock/
DMockContext.java701 public DisplayAdjustments getDisplayAdjustments(int displayId) { in getDisplayAdjustments() method in MockContext
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java1796 public DisplayAdjustments getDisplayAdjustments(int displayId) { in getDisplayAdjustments() method in BridgeContext