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.java2816 public int getNonDecorDisplayWidth(int fullWidth, int fullHeight, int rotation, int uiMode, in getNonDecorDisplayWidth() argument
2818 int width = fullWidth; in getNonDecorDisplayWidth()
2820 final int navBarPosition = navigationBarPosition(fullWidth, fullHeight, rotation); in getNonDecorDisplayWidth()
2864 public int getNonDecorDisplayHeight(int fullWidth, int fullHeight, int rotation, int uiMode, in getNonDecorDisplayHeight() argument
2868 final int navBarPosition = navigationBarPosition(fullWidth, fullHeight, rotation); in getNonDecorDisplayHeight()
2885 public int getConfigDisplayWidth(int fullWidth, int fullHeight, int rotation, int uiMode, in getConfigDisplayWidth() argument
2887 return getNonDecorDisplayWidth(fullWidth, fullHeight, rotation, uiMode, displayCutout); in getConfigDisplayWidth()
2896 public int getConfigDisplayHeight(int fullWidth, int fullHeight, int rotation, int uiMode, in getConfigDisplayHeight() argument
2908 return getNonDecorDisplayHeight(fullWidth, fullHeight, rotation, uiMode, displayCutout) in getConfigDisplayHeight()