Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java2949 mCompatDisplayInsets.getDisplayBoundsByOrientation(displayBounds, orientation); in resolveSizeCompatModeConfiguration()
2957 mCompatDisplayInsets.getDisplayBoundsByOrientation(displayBounds, baseOrientation); in resolveSizeCompatModeConfiguration()
3909 void getDisplayBoundsByOrientation(Rect outBounds, int orientation) { in getDisplayBoundsByOrientation() method in ActivityRecord.CompatDisplayInsets