Searched refs:getConfigDisplayWidth (Results 1 – 3 of 3) sorted by relevance
608 public int getConfigDisplayWidth(int fullWidth, int fullHeight, int rotation); in getConfigDisplayWidth() method
7082 final int width = mPolicy.getConfigDisplayWidth(dw, dh, rotation); in adjustDisplaySizeRanges()7248 config.screenWidthDp = (int)(mPolicy.getConfigDisplayWidth(dw, dh, mRotation) in computeScreenConfigurationLocked()
1967 public int getConfigDisplayWidth(int fullWidth, int fullHeight, int rotation) { in getConfigDisplayWidth() method in PhoneWindowManager