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

  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
Drawable.java 37 public float getTopHeight ();
TextureRegionDrawable.java 75 drawable.setTopHeight(getTopHeight());
BaseDrawable.java 36 topHeight = drawable.getTopHeight();
61 public float getTopHeight () {
SpriteDrawable.java 95 drawable.setTopHeight(getTopHeight());
TiledDrawable.java 100 drawable.setTopHeight(getTopHeight());
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
NinePatch.java 179 float topHeight = getTopHeight();
395 public float getTopHeight () {
474 /** Returns the top padding if set, else returns {@link #getTopHeight()}. */
476 if (padTop == -1) return getTopHeight();
  /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 2297 milliseconds