Home
last modified time | relevance | path

Searched defs:WindowLayout (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DActivityInfo.java2046 public static final class WindowLayout { class in ActivityInfo
2047 public WindowLayout(int width, float widthFraction, int height, float heightFraction, in WindowLayout() method in ActivityInfo.WindowLayout
2054 public WindowLayout(int width, float widthFraction, int height, float heightFraction, in WindowLayout() method in ActivityInfo.WindowLayout
2067 public WindowLayout(Parcel source) { in WindowLayout() method in ActivityInfo.WindowLayout
/frameworks/base/core/java/android/view/
DWindowLayout.java49 public class WindowLayout { class