Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
DCell.java25 Value spaceTop, spaceLeft, spaceBottom, spaceRight; field in Cell
337 public Cell<T> spaceRight (Value spaceRight) { in spaceRight() method in Cell
377 public Cell<T> spaceRight (float spaceRight) { in spaceRight() method in Cell
DTable.java803 float spaceRight = c.spaceRight.get(a); in computeSize() local