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

  /frameworks/base/native/android/
native_window.cpp 43 static int32_t getWindowProp(ANativeWindow* window, int what) {
50 return getWindowProp(window, NATIVE_WINDOW_WIDTH);
54 return getWindowProp(window, NATIVE_WINDOW_HEIGHT);
58 return getWindowProp(window, NATIVE_WINDOW_FORMAT);
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 475 static int32_t getWindowProp(ANativeWindow* window, int what) {
500 code->lastWindowWidth = getWindowProp(code->nativeWindow.get(),
502 code->lastWindowHeight = getWindowProp(code->nativeWindow.get(),
507 int32_t newWidth = getWindowProp(code->nativeWindow.get(),
509 int32_t newHeight = getWindowProp(code->nativeWindow.get(),

Completed in 62 milliseconds