Searched defs:MySprite (Results 1 – 1 of 1) sorted by relevance
| /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
| D | SortedSpriteTest.java | 37 public class MySprite extends Sprite { class in SortedSpriteTest 40 public MySprite () { in MySprite() method in SortedSpriteTest.MySprite 44 public MySprite (Sprite sprite) { in MySprite() method in SortedSpriteTest.MySprite 48 public MySprite (Texture texture, int srcX, int srcY, int srcWidth, int srcHeight) { in MySprite() method in SortedSpriteTest.MySprite 52 public MySprite (Texture texture, int srcWidth, int srcHeight) { in MySprite() method in SortedSpriteTest.MySprite 56 public MySprite (Texture texture) { in MySprite() method in SortedSpriteTest.MySprite 60 public MySprite (TextureRegion region, int srcX, int srcY, int srcWidth, int srcHeight) { in MySprite() method in SortedSpriteTest.MySprite 64 public MySprite (TextureRegion region) { in MySprite() method in SortedSpriteTest.MySprite
|