HomeSort by relevance Sort by last modified time
    Searched defs:getBottomHeight (Results 1 - 7 of 7) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
Drawable.java 41 public float getBottomHeight ();
TextureRegionDrawable.java 76 drawable.setBottomHeight(getBottomHeight());
BaseDrawable.java 37 bottomHeight = drawable.getBottomHeight();
69 public float getBottomHeight () {
SpriteDrawable.java 96 drawable.setBottomHeight(getBottomHeight());
TiledDrawable.java 101 drawable.setBottomHeight(getBottomHeight());
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
NinePatch.java 172 float bottomHeight = getBottomHeight();
404 public float getBottomHeight () {
485 /** Returns the bottom padding if set, else returns {@link #getBottomHeight()}. */
487 if (padBottom == -1) return getBottomHeight();
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Container.java 79 * {@link Drawable#getBottomHeight()} , {@link Drawable#getTopHeight()}, {@link Drawable#getLeftWidth()}, and
89 pad(background.getTopHeight(), background.getLeftWidth(), background.getBottomHeight(), background.getRightWidth());

Completed in 749 milliseconds