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.java2947 mCompatDisplayInsets.getDisplayBoundsByOrientation(displayBounds, orientation); in resolveSizeCompatModeConfiguration()
2955 mCompatDisplayInsets.getDisplayBoundsByOrientation(displayBounds, baseOrientation); in resolveSizeCompatModeConfiguration()
3901 void getDisplayBoundsByOrientation(Rect outBounds, int orientation) { in getDisplayBoundsByOrientation() method in ActivityRecord.CompatDisplayInsets