Home
last modified time | relevance | path

Searched defs:moveBy (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/
DActions.java99 static public MoveByAction moveBy (float amountX, float amountY) { in moveBy() method in Actions
103 static public MoveByAction moveBy (float amountX, float amountY, float duration) { in moveBy() method in Actions
107 …static public MoveByAction moveBy (float amountX, float amountY, float duration, Interpolation int… in moveBy() method in Actions
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DAnnotatedBytes.java104 public void moveBy(int offset) { in moveBy() method in AnnotatedBytes
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
DActor.java451 public void moveBy (float x, float y) { in moveBy() method in Actor