Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java2830 public int getNonDecorDisplayWidth(int fullWidth, int fullHeight, int rotation, int uiMode, in getNonDecorDisplayWidth() argument
2832 int width = fullWidth; in getNonDecorDisplayWidth()
2834 final int navBarPosition = navigationBarPosition(fullWidth, fullHeight, rotation); in getNonDecorDisplayWidth()
2878 public int getNonDecorDisplayHeight(int fullWidth, int fullHeight, int rotation, int uiMode, in getNonDecorDisplayHeight() argument
2882 final int navBarPosition = navigationBarPosition(fullWidth, fullHeight, rotation); in getNonDecorDisplayHeight()
2899 public int getConfigDisplayWidth(int fullWidth, int fullHeight, int rotation, int uiMode, in getConfigDisplayWidth() argument
2901 return getNonDecorDisplayWidth(fullWidth, fullHeight, rotation, uiMode, displayCutout); in getConfigDisplayWidth()
2910 public int getConfigDisplayHeight(int fullWidth, int fullHeight, int rotation, int uiMode, in getConfigDisplayHeight() argument
2922 return getNonDecorDisplayHeight(fullWidth, fullHeight, rotation, uiMode, displayCutout) in getConfigDisplayHeight()