Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java1757 static int computeScreenLayout(int sourceScreenLayout, int screenWidthDp, in computeScreenLayout() argument
1759 sourceScreenLayout = sourceScreenLayout in computeScreenLayout()
1763 return Configuration.reduceScreenLayout(sourceScreenLayout, longSize, shortSize); in computeScreenLayout()