/ndk/samples/hello-gl2/src/com/android/gl2jni/ |
GL2JNIView.java | 331 public void onSurfaceChanged(GL10 gl, int width, int height) {
|
/packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/ |
PolarClockWallpaper.java | 433 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { 434 super.onSurfaceChanged(holder, format, width, height);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
FrameBufferObjectActivity.java | 80 public void onSurfaceChanged(GL10 gl, int width, int height) {
|
GLES20TriangleRenderer.java | 84 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
|
MatrixPaletteRenderer.java | 368 public void onSurfaceChanged(GL10 gl, int w, int h) {
|
CubeMapActivity.java | 107 public void onSurfaceChanged(GL10 gl, int width, int height) {
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
SpriteTextRenderer.java | 241 public void onSurfaceChanged(GL10 gl, int w, int h) {
|
/frameworks/base/opengl/java/android/opengl/ |
GLSurfaceView.java | 630 * void onSurfaceChanged(GL10 gl, int width, int height) { 644 void onSurfaceChanged(GL10 gl, int width, int height); [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
RenderView.java | 772 public void onSurfaceChanged(GL10 gl1, int width, int height) { 789 mRootLayer.onSurfaceChanged(this, width, height); [all...] |
GridLayer.java | 776 public void onSurfaceChanged(RenderView view, int width, int height) { [all...] |
/packages/apps/Camera/src/com/android/camera/ui/ |
GLRootView.java | 286 public void onSurfaceChanged(GL10 gl1, int width, int height) { 287 Log.v(TAG, "onSurfaceChanged: " + width + "x" + height
|
/frameworks/base/core/java/android/service/wallpaper/ |
WallpaperService.java | 422 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { 554 if (DEBUG) Log.v(TAG, "onSurfaceChanged(" 558 onSurfaceChanged(mSurfaceHolder, mFormat, [all...] |
/prebuilt/sdk/8/ |
android.jar | |
/prebuilt/sdk/4/ |
android.jar | |
/prebuilt/sdk/5/ |
android.jar | |
/prebuilt/sdk/6/ |
android.jar | |
/prebuilt/sdk/7/ |
android.jar | |