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

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

Completed in 1978 milliseconds