History log of /development/samples/ApiDemos/src/com/example/android/apis/graphics/TouchRotateActivity.java
Revision Date Author Comments
62e92d7a2a3fd2798901ec2e7c452ff0e4067163 20-May-2010 Christian Mehlmauer <FireFart@gmail.com> Cleaned up Samples by removing unsed imports and variables.
Changed deprecated Config.LOGD to Config.DEBUG
Removed unnecessary whitespaces

Change-Id: I01414dd83eb6f9a41e56762dd7fc00e7f1115039
2c8ead32c7ebf08db568e2e9d5dbb3738ac69797 13-Nov-2009 Jean-Baptiste Queru <jbq@google.com> eclair snapshot
83d8d83ad1f2c9aee0db9a5a1329cfc64801bc3a 21-Aug-2009 Jack Palevich <jackpal@google.com> Remove unused getConfigSpec methods from ApiDemos sample code

At one time during the development of GLSurfaceView, the
GLSurfaceView.Renderer interface had a getConfigSpec method that was used to
select the frame buffer format. This method was removed from the
Renderer interface before GLSurfaceView became a public API, but
the sample code still defined these now-unused methods.

To reduce the chance of confusing a developer who uses the sample code,
this change removes the dead, no-longer-called getConfigSpec
implementations from the three samples.

See GLSurfaceView.setEGLConfigChooser for the replacement
technique.
52d4c30ca52320ec92d1d1ddc8db3f07f69c4f98 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
d4aee0c0caa00aa02d4c50ed28151591ac0456b5 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
e943f2fd8e7623ba3ea12bb65294d30446db4174 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589