Home
last modified time | relevance | path

Searched refs:win (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_ASurfaceTextureTest.cpp53 ANativeWindow* win = ASurfaceTexture_acquireANativeWindow(ast); in basicTests()
54 ASSERT(win, "ASurfaceTexture_acquireANativeWindow returned nullptr") in basicTests()
61 int err = ANativeWindow_lock(win, &outBuffer, &bounds); in basicTests()
67 ANativeWindow_unlockAndPost(win); in basicTests()
73 ANativeWindow_release(win); in basicTests()
/cts/tests/media/common/src/android/mediav2/common/cts/
DInputSurface.java270 InputSurface win = new InputSurface(surface, /* release */ false, in clearSurface() local
272 win.makeCurrent(); in clearSurface()
275 win.swapBuffers(); in clearSurface()
276 win.release(); in clearSurface()
/cts/tests/tests/media/common/src/android/media/cts/
DInputSurface.java280 InputSurface win = new InputSurface(surface, /* release */ false, in clearSurface() local
282 win.makeCurrent(); in clearSurface()
285 win.swapBuffers(); in clearSurface()
286 win.release(); in clearSurface()
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DAlertWindowsTests.java174 for (WindowManagerState.WindowState win : alertWindows) { in assertAlertWindows()
175 assertEquals("Can't create win=" + win + " on SDK O or greater", in assertAlertWindows()
176 win.getType(), TYPE_APPLICATION_OVERLAY); in assertAlertWindows()
/cts/tests/tests/view/src/android/view/cts/
DViewConfigurationTest.java209 final WindowManager win = context.getSystemService(WindowManager.class); in testGetMaximumDrawingCacheSize() local
210 final Display display = win.getDefaultDisplay(); in testGetMaximumDrawingCacheSize()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java861 public void onConfigureWindow(Window win, boolean isFullscreen, boolean isCandidatesOnly) { in onConfigureWindow() argument
862 getTracer().onConfigureWindow(win, isFullscreen, isCandidatesOnly, in onConfigureWindow()
863 () -> super.onConfigureWindow(win, isFullscreen, isCandidatesOnly)); in onConfigureWindow()
1516 void onConfigureWindow(Window win, boolean isFullscreen, boolean isCandidatesOnly,