Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java2418 outConfig.compatSmallestScreenWidthDp = computeCompatSmallestWidth(rotated, dw, dh); in computeScreenAppConfiguration()
2525 private int computeCompatSmallestWidth(boolean rotated, int dw, int dh) { in computeCompatSmallestWidth() method in DisplayContent