Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java2481 config = computeNewConfigurationLocked(displayId); in updateOrientationFromAppTokensLocked()
4420 return computeNewConfigurationLocked(displayId); in computeNewConfiguration()
4424 private Configuration computeNewConfigurationLocked(int displayId) { in computeNewConfigurationLocked() method in WindowManagerService