Searched defs:createWindow (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp36 status_t EglWindow::createWindow(const sp<IGraphicBufferProducer>& surface) { function in class:EglWindow
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DScreenDecorWindowTests.java186 return createWindow("decorWindow", gravity, width, height, RED,
190 private View createWindow(String name, int gravity, int width, int height, int color, int flags, method in class:ScreenDecorWindowTests
H A DWindowFrameTests.java133 WindowState w = createWindow(task, FILL_PARENT, FILL_PARENT);
190 WindowState w = createWindow(task, FILL_PARENT, FILL_PARENT);
278 WindowState w = createWindow(task, FILL_PARENT, FILL_PARENT);
322 final WindowStateWithTask w = createWindow(
393 WindowState w = createWindow(task, FILL_PARENT, FILL_PARENT);
428 WindowState w = createWindow(task, FILL_PARENT, FILL_PARENT);
450 WindowState w = createWindow(task, FILL_PARENT, FILL_PARENT);
466 private WindowStateWithTask createWindow(Task task, int width, int height) { method in class:WindowFrameTests
H A DWindowTestsBase.java197 final WindowState win = createWindow(parent, type, name);
243 WindowState createWindow(WindowState parent, int type, String name) { method in class:WindowTestsBase
246 ? createWindow(parent, type, mDisplayContent, name)
247 : createWindow(parent, type, parent.mToken, name);
255 return createWindow(parent, type, token, name);
263 return createWindow(null, type, token, name);
267 WindowState createWindow(WindowState parent, int type, DisplayContent dc, String name) { method in class:WindowTestsBase
271 return createWindow(parent, type, token, name);
275 WindowState createWindow(WindowState parent, int type, DisplayContent dc, String name, method in class:WindowTestsBase
280 return createWindow(paren
285 WindowState createWindow(WindowState parent, int type, WindowToken token, String name) { method in class:WindowTestsBase
292 WindowState createWindow(WindowState parent, int type, WindowToken token, String name, method in class:WindowTestsBase
298 static WindowState createWindow(WindowState parent, int type, WindowToken token, method in class:WindowTestsBase
[all...]
H A DZOrderingTests.java184 WindowState createWindow(String name) { method in class:ZOrderingTests
185 return createWindow(null, TYPE_BASE_APPLICATION, mDisplayContent, name);
207 final WindowState imeAppTarget = createWindow("imeAppTarget");
226 final WindowState imeAppTarget = createWindow("imeAppTarget");
227 final WindowState imeAppTargetChildAboveWindow = createWindow(imeAppTarget,
230 final WindowState imeAppTargetChildBelowWindow = createWindow(imeAppTarget,
252 final WindowState appBelowImeTarget = createWindow("appBelowImeTarget");
253 final WindowState imeAppTarget = createWindow("imeAppTarget");
254 final WindowState appAboveImeTarget = createWindow("appAboveImeTarget");
275 final WindowState imeSystemOverlayTarget = createWindow(nul
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayWindow.java117 createWindow();
195 private void createWindow() { method in class:OverlayDisplayWindow
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
H A DOverlayDisplayWindow.java232 createWindow();
289 private void createWindow() { method in class:OverlayDisplayWindow.JellybeanMr1Impl
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
H A DOverlayDisplayWindow.java232 createWindow();
289 private void createWindow() { method in class:OverlayDisplayWindow.JellybeanMr1Impl

Completed in 355 milliseconds