Home
last modified time | relevance | path

Searched refs:window (Results 1 – 16 of 16) sorted by relevance

/development/ndk/platforms/android-9/include/android/
Dnative_window.h63 void ANativeWindow_acquire(ANativeWindow* window);
68 void ANativeWindow_release(ANativeWindow* window);
74 int32_t ANativeWindow_getWidth(ANativeWindow* window);
80 int32_t ANativeWindow_getHeight(ANativeWindow* window);
86 int32_t ANativeWindow_getFormat(ANativeWindow* window);
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int3…
104 int32_t ANativeWindow_lock(ANativeWindow* window, ANativeWindow_Buffer* outBuffer,
111 int32_t ANativeWindow_unlockAndPost(ANativeWindow* window);
Dnative_activity.h161 void (*onNativeWindowCreated)(ANativeActivity* activity, ANativeWindow* window);
168 void (*onNativeWindowResized)(ANativeActivity* activity, ANativeWindow* window);
176 void (*onNativeWindowRedrawNeeded)(ANativeActivity* activity, ANativeWindow* window);
186 void (*onNativeWindowDestroyed)(ANativeActivity* activity, ANativeWindow* window);
/development/ide/xcode/ports/
Dskia_mac.cp52 WindowRef window; local
66 // Then create a window. "MainWindow" is the name of the window object. This name is set in
68 err = CreateWindowFromNib(nibRef, CFSTR("MainWindow"), &window);
76 (void)create_sk_window(window);
79 MoveWindow(window, x, y, false);
80 SizeWindow(window, width, height, false);
82 // The window was created hidden so show it.
83 ShowWindow( window );
/development/tools/axl/
Dchewperf.py77 window = [0 for x in range(5)]
80 window[x % len(window)] = buckets.items()[x][1]
81 print "%s\t%s" % (buckets.items()[x][0], sum(window) / len(window))
/development/ndk/platforms/android-3/include/linux/
Datmsap.h73 unsigned char window; member
84 unsigned char window; member
Dtcp.h48 __u16 window; member
/development/ndk/sources/android/native_app_glue/
Dandroid_native_app_glue.c110 android_app->window = android_app->pendingWindow; in android_app_pre_exec_cmd()
150 android_app->window = NULL; in android_app_post_exec_cmd()
296 static void android_app_set_window(struct android_app* android_app, ANativeWindow* window) { in android_app_set_window() argument
301 android_app->pendingWindow = window; in android_app_set_window()
302 if (window != NULL) { in android_app_set_window()
305 while (android_app->window != android_app->pendingWindow) { in android_app_set_window()
402 static void onNativeWindowCreated(ANativeActivity* activity, ANativeWindow* window) { in onNativeWindowCreated() argument
403 LOGV("NativeWindowCreated: %p -- %p\n", activity, window); in onNativeWindowCreated()
404 android_app_set_window((struct android_app*)activity->instance, window); in onNativeWindowCreated()
407 static void onNativeWindowDestroyed(ANativeActivity* activity, ANativeWindow* window) { in onNativeWindowDestroyed() argument
[all …]
Dandroid_native_app_glue.h150 ANativeWindow* window; member
/development/scripts/app_engine_server/gae_shell/static/
Dshell.js66 if (window.XMLHttpRequest) {
68 } else if (window.ActiveXObject) {
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DContentFragment.java204 Window window = getActivity().getWindow(); in setSystemUiVisible() local
205 WindowManager.LayoutParams winParams = window.getAttributes(); in setSystemUiVisible()
211 window.setFlags(0, WindowManager.LayoutParams.FLAG_FULLSCREEN); in setSystemUiVisible()
218 window.setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, in setSystemUiVisible()
225 window.setAttributes(winParams); in setSystemUiVisible()
/development/ndk/platforms/android-9/samples/native-activity/jni/
Dmain.c99 ANativeWindow_setBuffersGeometry(engine->app->window, 0, 0, format); in engine_init_display()
101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL); in engine_init_display()
193 if (engine->app->window != NULL) { in engine_handle_cmd()
/development/ndk/platforms/android-9/samples/native-plasma/jni/
Dplasma.c383 if (engine->app->window == NULL) { in engine_draw_frame()
389 if (ANativeWindow_lock(engine->app->window, &buffer, NULL) < 0) { in engine_draw_frame()
404 ANativeWindow_unlockAndPost(engine->app->window); in engine_draw_frame()
432 if (engine->app->window != NULL) { in engine_handle_cmd()
/development/ndk/platforms/android-3/include/
Dzlib.h1328 unsigned char FAR *window,
1340 #define inflateBackInit(strm, windowBits, window) \ argument
1341 inflateBackInit_((strm), (windowBits), (window), \
/development/samples/UiAutomator/
DREADME5 use the package name to verify that the current window is actually
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dimportgl.h67 …CreateWindowSurface, (EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint *att…
/development/tutorials/ReverseDebug/
DREADME.txt47 In another window the following command can be used to attach to the running