Searched defs:padBottom (Results 1 – 9 of 9) sorted by relevance
| /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
| D | HorizontalGroup.java | 41 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
|
| D | Container.java | 22 …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
|
| D | VerticalGroup.java | 37 private float padTop, padLeft, padBottom, padRight; field in VerticalGroup 186 public VerticalGroup padBottom (float padBottom) { in padBottom() method in VerticalGroup
|
| D | Cell.java | 26 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
|
| D | Table.java | 68 …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/ |
| D | Glyph.java | 44 int padTop = unicodeFont.getPaddingTop(), padBottom = unicodeFont.getPaddingBottom(); in Glyph() local
|
| D | GlyphPage.java | 147 int padTop = unicodeFont.getPaddingTop(), padBottom = unicodeFont.getPaddingBottom(); in renderGlyph() local
|
| /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
| D | NinePatch.java | 59 private float padLeft = -1, padRight = -1, padTop = -1, padBottom = -1; field in NinePatch
|
| D | BitmapFont.java | 435 public float padTop, padRight, padBottom, padLeft; field in BitmapFont.BitmapFontData
|