Searched refs:getConfigDisplayHeight (Results 1 – 3 of 3) sorted by relevance
616 public int getConfigDisplayHeight(int fullWidth, int fullHeight, int rotation); in getConfigDisplayHeight() method
7089 final int height = mPolicy.getConfigDisplayHeight(dw, dh, rotation); in adjustDisplaySizeRanges()7250 config.screenHeightDp = (int)(mPolicy.getConfigDisplayHeight(dw, dh, mRotation) in computeScreenConfigurationLocked()
1972 public int getConfigDisplayHeight(int fullWidth, int fullHeight, int rotation) { in getConfigDisplayHeight() method in PhoneWindowManager