Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java5863 final int realdh = rotated ? mBaseDisplayWidth : mBaseDisplayHeight; in computeNewConfigurationLocked() local
5867 mCurDisplayHeight = realdh; in computeNewConfigurationLocked()
5868 if (realdw > realdh) { in computeNewConfigurationLocked()
5870 int maxw = (int)(realdh/1.3f); in computeNewConfigurationLocked()
5877 if (maxh < realdh) { in computeNewConfigurationLocked()
5883 mCurDisplayHeight = realdh; in computeNewConfigurationLocked()