Searched refs:WindowLayoutWrapper (Results 1 – 5 of 5) sorted by relevance
29 public final class WindowLayoutWrapper { class32 private WindowLayoutWrapper(ActivityInfo.WindowLayout layout) { in WindowLayoutWrapper() method in WindowLayoutWrapper37 public static WindowLayoutWrapper create(@Nullable ActivityInfo.WindowLayout layout) { in create()39 return new WindowLayoutWrapper(layout); in create()
31 private WindowLayoutWrapper mLayout;52 params.mLayout = WindowLayoutWrapper.create(layout); in create()74 public WindowLayoutWrapper getWindowLayout() { in getWindowLayout()
36 WindowLayoutWrapper wrapper = WindowLayoutWrapper.create(layout); in create_returnsActivityOptionWrapper()43 WindowLayoutWrapper wrapper = WindowLayoutWrapper.create(null); in create_returnsNull()
19 com.android.server.wm.WindowLayoutWrapper
94 method public com.android.server.wm.WindowLayoutWrapper getWindowLayout();173 public final class WindowLayoutWrapper {