Searched defs:getDisplayAdjustments (Results 1 - 6 of 6) sorted by path

/frameworks/base/core/java/android/app/
H A DContextImpl.java2173 public DisplayAdjustments getDisplayAdjustments(int displayId) { method in class:ContextImpl
2246 compatInfo = container.getDisplayAdjustments(displayId).getCompatibilityInfo();
/frameworks/base/core/java/android/content/
H A DContext.java3413 public abstract DisplayAdjustments getDisplayAdjustments(int displayId); method in class:Context
H A DContextWrapper.java697 public DisplayAdjustments getDisplayAdjustments(int displayId) { method in class:ContextWrapper
698 return mBase.getDisplayAdjustments(displayId);
/frameworks/base/core/java/android/view/
H A DDisplay.java410 public DisplayAdjustments getDisplayAdjustments() { method in class:Display
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java610 public DisplayAdjustments getDisplayAdjustments(int displayId) { method in class:MockContext
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1453 public DisplayAdjustments getDisplayAdjustments(int displayId) { method in class:BridgeContext

Completed in 52 milliseconds