HomeSort by relevance Sort by last modified time
    Searched defs:nativeHeight (Results 1 - 4 of 4) sorted by null

  /device/generic/goldfish-opengl/system/egl/
egl.cpp 232 EGLint getNativeHeight(){ return nativeHeight; }
250 int nativeHeight;
256 void setNativeHeight(int h) { nativeHeight = h; }
269 nativeHeight = 1;
329 int nativeWidth, nativeHeight;
331 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &nativeHeight);
334 setNativeHeight(nativeHeight);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 139 milliseconds