summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/graphics/TouchRotateActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up Samples by removing unsed imports and variables.Christian Mehlmauer2010-06-121-1/+0
| | | | | | | Changed deprecated Config.LOGD to Config.DEBUG Removed unnecessary whitespaces Change-Id: I01414dd83eb6f9a41e56762dd7fc00e7f1115039
* Remove unused getConfigSpec methods from ApiDemos sample codeJack Palevich2009-08-211-10/+0
| | | | | | | | | | | | | | | 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.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+195
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-195/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+195