Home
last modified time | relevance | path

Searched defs:window (Results 1 – 12 of 12) sorted by relevance

/development/ndk/sources/android/ndk_helper/
DGLContext.cpp78 bool GLContext::Init( ANativeWindow* window ) in Init()
212 EGLint GLContext::Resume( ANativeWindow* window ) in Resume()
/development/ide/xcode/ports/
Dskia_mac.cp52 WindowRef window; local
/development/ndk/sources/android/native_app_glue/
Dandroid_native_app_glue.c296 static void android_app_set_window(struct android_app* android_app, ANativeWindow* window) { in android_app_set_window()
402 static void onNativeWindowCreated(ANativeActivity* activity, ANativeWindow* window) { in onNativeWindowCreated()
407 static void onNativeWindowDestroyed(ANativeActivity* activity, ANativeWindow* window) { in onNativeWindowDestroyed()
Dandroid_native_app_glue.h150 ANativeWindow* window; member
/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/platforms/android-L/include/linux/
Datmsap.h82 unsigned char window; member
94 unsigned char window; member
Dax25.h124 unsigned int window; member
Dtcp.h62 __be16 window; member
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DContentFragment.java204 Window window = getActivity().getWindow(); in setSystemUiVisible() local
/development/ndk/platforms/android-3/include/
Dzlib.h1340 #define inflateBackInit(strm, windowBits, window) \ argument
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java647 final Window window = dialog.getWindow(); in getToken() local