Searched defs:window (Results 1 - 25 of 91) sorted by last modified time

1234

/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DToolbarActionBar.java80 public ToolbarActionBar(Toolbar toolbar, CharSequence title, Window window, argument
88 mWindow = window;
/frameworks/webview/chromium/tests/prebuilts/
H A Dandroid-janktesthelper.jar ... errorText com.android.uiautomator.core.UiObject window } com/android/uiautomator/janktesthelper/UiWatchers$2.class UiWatchers ...
/frameworks/support/v17/leanback/api21/android/support/v17/leanback/transition/
H A DTransitionHelperApi21.java27 public static Object getSharedElementEnterTransition(Window window) { argument
28 return window.getSharedElementEnterTransition();
31 public static Object getSharedElementReturnTransition(Window window) { argument
32 return window.getSharedElementReturnTransition();
35 public static Object getSharedElementExitTransition(Window window) { argument
36 return window.getSharedElementExitTransition();
39 public static Object getSharedElementReenterTransition(Window window) { argument
40 return window.getSharedElementReenterTransition();
43 public static Object getEnterTransition(Window window) { argument
44 return window
47 getReturnTransition(Window window) argument
51 getExitTransition(Window window) argument
55 getReenterTransition(Window window) argument
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java50 * to the Activity's window. When the Activity is started, the background is
89 * Using a separate window for backgrounds can improve graphics performance by
382 if (DEBUG) Log.v(TAG, "BackgroundManager no window background resource!");
482 public void attach(Window window) { argument
484 attachBehindWindow(window);
486 attachToView(window.getDecorView());
490 private void attachBehindWindow(Window window) { argument
491 if (DEBUG) Log.v(TAG, "attachBehindWindow " + window);
492 mWindow = window;
493 mWindowManager = window
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/transition/
H A DTransitionHelper.java65 public Object getSharedElementEnterTransition(Window window); argument
67 public Object getSharedElementReturnTransition(Window window); argument
69 public Object getSharedElementExitTransition(Window window); argument
71 public Object getSharedElementReenterTransition(Window window); argument
73 public Object getEnterTransition(Window window); argument
75 public Object getReturnTransition(Window window); argument
77 public Object getExitTransition(Window window); argument
79 public Object getReenterTransition(Window window); argument
145 public Object getSharedElementEnterTransition(Window window) { argument
150 public Object getSharedElementReturnTransition(Window window) { argument
155 getSharedElementExitTransition(Window window) argument
160 getSharedElementReenterTransition(Window window) argument
165 getEnterTransition(Window window) argument
170 getReturnTransition(Window window) argument
175 getExitTransition(Window window) argument
180 getReenterTransition(Window window) argument
317 getSharedElementEnterTransition(Window window) argument
322 getSharedElementReturnTransition(Window window) argument
327 getSharedElementExitTransition(Window window) argument
332 getSharedElementReenterTransition(Window window) argument
337 getEnterTransition(Window window) argument
342 getReturnTransition(Window window) argument
347 getExitTransition(Window window) argument
352 getReenterTransition(Window window) argument
491 getSharedElementEnterTransition(Window window) argument
496 getSharedElementReturnTransition(Window window) argument
501 getSharedElementExitTransition(Window window) argument
506 getSharedElementReenterTransition(Window window) argument
511 getEnterTransition(Window window) argument
516 getReturnTransition(Window window) argument
521 getExitTransition(Window window) argument
526 getReenterTransition(Window window) argument
559 getSharedElementEnterTransition(Window window) argument
563 getSharedElementReturnTransition(Window window) argument
567 getSharedElementExitTransition(Window window) argument
571 getSharedElementReenterTransition(Window window) argument
575 getEnterTransition(Window window) argument
579 getReturnTransition(Window window) argument
583 getExitTransition(Window window) argument
587 getReenterTransition(Window window) argument
[all...]
/frameworks/native/libs/gui/
H A DSurface.cpp103 int Surface::hook_setSwapInterval(ANativeWindow* window, int interval) { argument
104 Surface* c = getSelf(window);
108 int Surface::hook_dequeueBuffer(ANativeWindow* window, argument
110 Surface* c = getSelf(window);
114 int Surface::hook_cancelBuffer(ANativeWindow* window, argument
116 Surface* c = getSelf(window);
120 int Surface::hook_queueBuffer(ANativeWindow* window, argument
122 Surface* c = getSelf(window);
126 int Surface::hook_dequeueBuffer_DEPRECATED(ANativeWindow* window, argument
128 Surface* c = getSelf(window);
144 hook_cancelBuffer_DEPRECATED(ANativeWindow* window, ANativeWindowBuffer* buffer) argument
150 hook_lockBuffer_DEPRECATED(ANativeWindow* window, ANativeWindowBuffer* buffer) argument
156 hook_queueBuffer_DEPRECATED(ANativeWindow* window, ANativeWindowBuffer* buffer) argument
162 hook_query(const ANativeWindow* window, int what, int* value) argument
168 hook_perform(ANativeWindow* window, int operation, ...) argument
[all...]
/frameworks/native/libs/gui/tests/
H A DGLTest.cpp76 sp<ANativeWindow> window = mSurfaceControl->getSurface(); local
77 mEglSurface = createWindowSurface(mEglDisplay, mGlConfig, window);
171 sp<ANativeWindow>& window) const {
172 return eglCreateWindowSurface(display, config, window.get(), NULL);
/frameworks/native/libs/ui/
H A DFramebufferNativeWindow.cpp196 ANativeWindow* window, int interval)
198 framebuffer_device_t* fb = getSelf(window)->fbDev;
220 int FramebufferNativeWindow::dequeueBuffer_DEPRECATED(ANativeWindow* window, argument
224 int result = dequeueBuffer(window, buffer, &fenceFd);
235 int FramebufferNativeWindow::dequeueBuffer(ANativeWindow* window, argument
238 FramebufferNativeWindow* self = getSelf(window);
262 int FramebufferNativeWindow::lockBuffer_DEPRECATED(ANativeWindow* /*window*/,
268 int FramebufferNativeWindow::queueBuffer_DEPRECATED(ANativeWindow* window, argument
271 return queueBuffer(window, buffer, -1);
274 int FramebufferNativeWindow::queueBuffer(ANativeWindow* window, argument
195 setSwapInterval( ANativeWindow* window, int interval) argument
293 query(const ANativeWindow* window, int what, int* value) argument
[all...]
/frameworks/native/opengl/libagl/
H A Dcontext.h146 vec4_t window; member in struct:android::gl::vertex_t
H A Degl.cpp221 ANativeWindow* window);
343 ANativeWindow* window)
345 nativeWindow(window), buffer(0), previousBuffer(0), module(0),
354 // keep a reference on the window
543 // if the window size has changed
1230 NativeWindowType window, const EGLint* /*attrib_list*/)
1234 if (window == 0)
1244 if (static_cast<ANativeWindow*>(window)->common.magic !=
1267 static_cast<ANativeWindow*>(window));
1553 NativeWindowType window,
340 egl_window_surface_v2_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat, ANativeWindow* window) argument
1229 createWindowSurface(EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint* ) argument
1552 eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint *attrib_list) argument
[all...]
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp25 #include <system/window.h>
401 NativeWindowType window,
411 int result = native_window_api_connect(window, NATIVE_WINDOW_API_EGL);
415 window, result);
419 // Set the native window's buffers format to match what this config requests.
422 // modify the EGLconfig's format before setting the native window's
446 ALOGE("sRGB window surfaces not supported");
487 ALOGE("sRGB window surfaces not supported");
495 int err = native_window_set_buffers_format(window, format);
497 ALOGE("error setting native window pixe
400 eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint *attrib_list) argument
[all...]
H A Degl_object.cpp75 ANativeWindow* const window = win.get(); local
76 if (window != NULL) {
77 native_window_set_buffers_format(window, 0);
78 if (native_window_api_disconnect(window, NATIVE_WINDOW_API_EGL)) {
79 ALOGW("EGLNativeWindowType %p disconnect failed", window);
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp138 EGLNativeWindowType window = windowSurface.getSurface(); local
144 dpy, configAttribs, window, &config);
150 surface = eglCreateWindowSurface(dpy, config, window, NULL);
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp49 EGLNativeWindowType window = windowSurface.getSurface(); local
55 dpy, configAttribs, window, &config);
61 surface = eglCreateWindowSurface(dpy, config, window, NULL);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp42 EGLNativeWindowType window = 0; local
46 window = windowSurface->getSurface();
53 dpy, s_configAttribs, window, &config);
54 surface = eglCreateWindowSurface(dpy, config, window, NULL);
/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp50 EGLNativeWindowType window = windowSurface.getSurface(); local
56 dpy, configAttribs, window, &config);
62 surface = eglCreateWindowSurface(dpy, config, window, NULL);
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp302 EGLNativeWindowType window = windowSurface.getSurface(); local
303 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
314 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp410 EGLNativeWindowType window = windowSurface.getSurface(); local
425 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL);
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp368 EGLNativeWindowType window = windowSurface.getSurface(); local
369 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
380 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp240 EGLNativeWindowType window = windowSurface.getSurface(); local
241 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig);
244 window, 0)) == EGL_NO_SURFACE )
/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp90 EGLNativeWindowType window = windowSurface.getSurface(); local
91 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
99 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL);
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp258 EGLNativeWindowType window = windowSurface.getSurface(); local
259 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
270 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL);
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp87 EGLNativeWindowType window = NULL; //android_createDisplaySurface(); local
88 if (window == NULL) {
93 sConfigAttribs, window, &myConfig);
106 *surface = eglCreateWindowSurface(*dpy, myConfig, window, NULL);
/frameworks/native/opengl/tests/include/
H A DEGLUtils.h24 #include <system/window.h>
48 EGLNativeWindowType window,
124 EGLNativeWindowType window,
130 if (!window)
133 if ((err = window->query(window, NATIVE_WINDOW_FORMAT, &format)) < 0) {
121 selectConfigForNativeWindow( EGLDisplay dpy, EGLint const* attrs, EGLNativeWindowType window, EGLConfig* outConfig) argument
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp48 EGLNativeWindowType window = windowSurface.getSurface(); local
54 dpy, configAttribs, window, &config);
60 surface = eglCreateWindowSurface(dpy, config, window, NULL);

Completed in 3242 milliseconds

1234