Home
last modified time | relevance | path

Searched defs:padBottom (Results 1 – 9 of 9) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
DHorizontalGroup.java41 private float padTop, padLeft, padBottom, padRight; field in HorizontalGroup
78 float spacing = this.spacing, padBottom = this.padBottom; in layout() local
190 public HorizontalGroup padBottom (float padBottom) { in padBottom() method in HorizontalGroup
DContainer.java22 …private Value padTop = Value.zero, padLeft = Value.zero, padBottom = Value.zero, padRight = Value.… field in Container
47 float padLeft = this.padLeft.get(this), padBottom = this.padBottom.get(this); in draw() local
107 float padLeft = this.padLeft.get(this), padBottom = this.padBottom.get(this); in layout() local
451 public Container<T> padBottom (Value padBottom) { in padBottom() argument
491 public Container<T> padBottom (float padBottom) { in padBottom() argument
722 float padLeft = this.padLeft.get(this), padBottom = this.padBottom.get(this); in drawDebug() local
DVerticalGroup.java37 private float padTop, padLeft, padBottom, padRight; field in VerticalGroup
186 public VerticalGroup padBottom (float padBottom) { in padBottom() method in VerticalGroup
DCell.java26 Value padTop, padLeft, padBottom, padRight; field in Cell
417 public Cell<T> padBottom (Value padBottom) { in padBottom() method in Cell
450 public Cell<T> padBottom (float padBottom) { in padBottom() argument
DTable.java68 …Value padTop = backgroundTop, padLeft = backgroundLeft, padBottom = backgroundBottom, padRight = b… field in Table
107 float padLeft = this.padLeft.get(this), padBottom = this.padBottom.get(this); in draw() local
469 public Table padBottom (Value padBottom) { in padBottom() method in Table
514 public Table padBottom (float padBottom) { in padBottom() method in Table
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/
DGlyph.java44 int padTop = unicodeFont.getPaddingTop(), padBottom = unicodeFont.getPaddingBottom(); in Glyph() local
DGlyphPage.java147 int padTop = unicodeFont.getPaddingTop(), padBottom = unicodeFont.getPaddingBottom(); in renderGlyph() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DNinePatch.java59 private float padLeft = -1, padRight = -1, padTop = -1, padBottom = -1; field in NinePatch
DBitmapFont.java435 public float padTop, padRight, padBottom, padLeft; field in BitmapFont.BitmapFontData