Home
last modified time | relevance | path

Searched defs:actorY (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
DCell.java34 float actorX, actorY; field in Cell
652 public void setActorY (float actorY) { in setActorY()
DTable.java739 float actorY = height - Math.round(c.actorY) - actorHeight; in layout() local
748 float actorY = height - c.actorY - actorHeight; in layout() local