Home
last modified time | relevance | path

Searched defs:createWindow (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowTestsBase.java282 WindowState createWindow(WindowState parent, int type, String name) { in createWindow() method in WindowTestsBase
290 WindowState createWindow(WindowState parent, int type, String name, int ownerId) { in createWindow() method in WindowTestsBase
314 WindowState createWindow(WindowState parent, int type, DisplayContent dc, String name) { in createWindow() method in WindowTestsBase
322 WindowState createWindow(WindowState parent, int type, DisplayContent dc, String name, in createWindow() method in WindowTestsBase
331 WindowState createWindow(WindowState parent, int type, DisplayContent dc, String name, in createWindow() method in WindowTestsBase
341 WindowState createWindow(WindowState parent, int type, WindowToken token, String name) { in createWindow() method in WindowTestsBase
348 WindowState createWindow(WindowState parent, int type, WindowToken token, String name, in createWindow() method in WindowTestsBase
356 WindowState createWindow(WindowState parent, int type, WindowToken token, String name, in createWindow() method in WindowTestsBase
362 static WindowState createWindow(WindowState parent, int type, WindowToken token, in createWindow() method in WindowTestsBase
DZOrderingTests.java210 WindowState createWindow(String name) { in createWindow() method in ZOrderingTests
DScreenDecorWindowTests.java192 private View createWindow(String name, int gravity, int width, int height, int color, int flags, in createWindow() method in ScreenDecorWindowTests
DWindowFrameTests.java535 private FrameTestWindowState createWindow(int width, int height) { in createWindow() method in WindowFrameTests
/frameworks/av/cmds/screenrecord/
DEglWindow.cpp36 status_t EglWindow::createWindow(const sp<IGraphicBufferProducer>& surface) { in createWindow() function in EglWindow
/frameworks/base/services/core/java/com/android/server/display/
DOverlayDisplayWindow.java195 private void createWindow() { in createWindow() method in OverlayDisplayWindow