Home
last modified time | relevance | path

Searched refs:heightInPixels (Results 1 – 3 of 3) sorted by relevance

/external/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/
DRendererWrapper.java25 public static native void native_onSurfaceChanged(int widthInPixels, int heightInPixels); in native_onSurfaceChanged() argument
/external/oboe/samples/RhythmGame/src/main/cpp/
DGame.h50 void onSurfaceChanged(int widthInPixels, int heightInPixels);
DGame.cpp110 void Game::onSurfaceChanged(int widthInPixels, int heightInPixels) { in onSurfaceChanged() argument