Searched defs:createWindow (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | WindowTestsBase.java | 182 WindowState createWindow(WindowState parent, int type, String name) { in createWindow() method in WindowTestsBase 200 WindowState createWindow(WindowState parent, int type, DisplayContent dc, String name) { in createWindow() method in WindowTestsBase 205 WindowState createWindow(WindowState parent, int type, DisplayContent dc, String name, in createWindow() method in WindowTestsBase 211 static WindowState createWindow(WindowState parent, int type, WindowToken token, String name) { in createWindow() method in WindowTestsBase 215 static WindowState createWindow(WindowState parent, int type, WindowToken token, String name, in createWindow() method in WindowTestsBase
|
D | WindowFrameTests.java | 366 private WindowStateWithTask createWindow(Task task, int width, int height) { in createWindow() method in WindowFrameTests
|
/frameworks/av/cmds/screenrecord/ |
D | EglWindow.cpp | 36 status_t EglWindow::createWindow(const sp<IGraphicBufferProducer>& surface) { in createWindow() function in EglWindow
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | OverlayDisplayWindow.java | 195 private void createWindow() { in createWindow() method in OverlayDisplayWindow
|
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/ |
D | OverlayDisplayWindow.java | 281 private void createWindow() { in createWindow() method in OverlayDisplayWindow.JellybeanMr1Impl
|