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

  /frameworks/base/native/android/
native_window.cpp 54 return getWindowProp(window, NATIVE_WINDOW_HEIGHT);
  /system/core/include/system/
window.h 124 NATIVE_WINDOW_HEIGHT = 1,
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 503 NATIVE_WINDOW_HEIGHT);
510 NATIVE_WINDOW_HEIGHT);
  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 303 case NATIVE_WINDOW_HEIGHT:
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 260 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &h);
    [all...]
  /frameworks/native/libs/gui/
BufferQueue.cpp 213 case NATIVE_WINDOW_HEIGHT:
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 357 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &height);
    [all...]

Completed in 536 milliseconds