Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowTestsBase.java411 WindowState createWindow(WindowState parent, int type, DisplayContent dc, String name, in createWindow() method in WindowTestsBase
419 WindowState createWindow(WindowState parent, int type, String name) { in createWindow() method in WindowTestsBase
425 WindowState createWindow(WindowState parent, int type, String name, int ownerId) { in createWindow() method in WindowTestsBase
431 WindowState createWindow(WindowState parent, int windowingMode, int activityType, in createWindow() method in WindowTestsBase
437 WindowState createWindow(WindowState parent, int type, DisplayContent dc, String name) { in createWindow() method in WindowTestsBase
442 WindowState createWindow(WindowState parent, int type, DisplayContent dc, String name, in createWindow() method in WindowTestsBase
449 WindowState createWindow(WindowState parent, int type, DisplayContent dc, String name, in createWindow() method in WindowTestsBase
462 WindowState createWindow(WindowState parent, int type, WindowToken token, String name, in createWindow() method in WindowTestsBase
468 WindowState createWindow(WindowState parent, int type, WindowToken token, String name, in createWindow() method in WindowTestsBase
474 WindowState createWindow(WindowState parent, int type, WindowToken token, String name, in createWindow() method in WindowTestsBase
[all …]
H A DFrameRateSelectionPriorityTests.java60 WindowState createWindow(String name) { in createWindow() method in FrameRateSelectionPriorityTests
H A DRefreshRatePolicyTest.java89 WindowState createWindow(String name) { in createWindow() method in RefreshRatePolicyTest
H A DWindowFrameTests.java320 private WindowState createWindow() { in createWindow() method in WindowFrameTests
H A DZOrderingTests.java227 WindowState createWindow(String name) { in createWindow() method in ZOrderingTests
/aosp12/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp36 status_t EglWindow::createWindow(const sp<IGraphicBufferProducer>& surface) { in createWindow() function in EglWindow
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayWindow.java196 private void createWindow() { in createWindow() method in OverlayDisplayWindow