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

/development/ide/xcode/ports/
H A 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/ndk/sources/android/native_app_glue/
H A Dandroid_native_app_glue.c110 android_app->window = android_app->pendingWindow;
150 android_app->window = NULL;
296 static void android_app_set_window(struct android_app* android_app, ANativeWindow* window) { argument
301 android_app->pendingWindow = window;
302 if (window != NULL) {
305 while (android_app->window != android_app->pendingWindow) {
402 static void onNativeWindowCreated(ANativeActivity* activity, ANativeWindow* window) { argument
403 LOGV("NativeWindowCreated: %p -- %p\n", activity, window);
404 android_app_set_window((struct android_app*)activity->instance, window);
407 static void onNativeWindowDestroyed(ANativeActivity* activity, ANativeWindow* window) { argument
[all...]
H A Dandroid_native_app_glue.h149 // When non-NULL, this is the window surface that the app can draw in.
150 ANativeWindow* window; member in struct:android_app
152 // Current content rectangle of the window; this is the area where the
153 // window's content should be placed to be seen by the user.
199 * application's window, which is returned as an identifier from
222 * receiving this command, android_app->window will contain the new window
229 * terminated. Upon receiving this command, android_app->window still
230 * contains the existing window; after calling android_app_exec_cmd
243 * be redrawn. You should redraw the window befor
[all...]
/development/ndk/platforms/android-3/include/linux/
H A Datmsap.h73 unsigned char window; member in struct:atm_blli::__anon134::__anon135
84 unsigned char window; member in struct:atm_blli::__anon136::__anon137
H A Dtcp.h48 __u16 window; member in struct:tcphdr
/development/ndk/platforms/android-L/include/linux/
H A Datmsap.h82 unsigned char window; member in struct:atm_blli::__anon756::__anon757
94 unsigned char window; member in struct:atm_blli::__anon758::__anon759
H A Dax25.h124 unsigned int window; member in struct:ax25_info_struct
H A Dtcp.h62 __be16 window; member in struct:tcphdr

Completed in 143 milliseconds