HomeSort by relevance Sort by last modified time
    Searched refs:NATIVE_WINDOW_HEIGHT (Results 1 - 9 of 9) 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 612 case NATIVE_WINDOW_HEIGHT:
  /development/tools/emulator/opengl/system/egl/
egl.cpp 259 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &h);
    [all...]
  /frameworks/base/libs/gui/
SurfaceTexture.cpp     [all...]
  /external/mesa3d/test/
egl.cpp 399 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &height);
    [all...]
  /frameworks/base/opengl/libagl/
egl.cpp 355 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &height);
    [all...]

Completed in 174 milliseconds