summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/SpriteTextRenderer.java
Commit message (Collapse)AuthorAgeFilesLines
* merge from open-source masterThe Android Open Source Project2010-06-021-1/+0
|\ | | | | | | Change-Id: I0d2492c58689315f4caaa9bcb908296c26f53ed6
| * removed unused importsChristian Mehlmauer2010-05-201-1/+0
| | | | | | | | Change-Id: I1411ee3d0229918a6ff3837894d63f775550da27
* | Turn of log message that was accidentally left on in an earlier commit.Jack Palevich2009-10-081-1/+1
| |
* | Make robot.png a raw resource.Jack Palevich2009-10-051-1/+12
|/ | | | After all, it's being used as a raw resource.
* 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/+354
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-354/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-14/+15
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+353