HomeSort by relevance Sort by last modified time
    Searched refs:NATIVE_WINDOW_HEIGHT (Results 1 - 10 of 10) sorted by null

  /frameworks/base/native/android/
native_window.cpp 62 return getWindowProp(window, NATIVE_WINDOW_HEIGHT);
  /system/core/include/system/
window.h 111 NATIVE_WINDOW_HEIGHT = 1,
  /frameworks/base/libs/ui/
FramebufferNativeWindow.cpp 283 case NATIVE_WINDOW_HEIGHT:
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 899 NATIVE_WINDOW_HEIGHT);
906 NATIVE_WINDOW_HEIGHT);
    [all...]
  /frameworks/base/media/libstagefright/
SurfaceMediaSource.cpp 610 case NATIVE_WINDOW_HEIGHT:
  /development/tools/emulator/opengl/system/egl/
egl.cpp 270 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &h);
    [all...]
  /frameworks/base/libs/gui/
SurfaceTexture.cpp 989 case NATIVE_WINDOW_HEIGHT:
    [all...]
  /external/mesa3d/test/
egl.cpp 399 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &height);
    [all...]
  /frameworks/base/opengl/libagl/
egl.cpp 350 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &height);
    [all...]
  /frameworks/base/opengl/libagl2/src/
egl.cpp 331 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &height);
    [all...]

Completed in 488 milliseconds