Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
DImageButton.java49 public ImageButton (Drawable imageUp) { in ImageButton()
53 public ImageButton (Drawable imageUp, Drawable imageDown) { in ImageButton()
57 public ImageButton (Drawable imageUp, Drawable imageDown, Drawable imageChecked) { in ImageButton()
104 public Drawable imageUp, imageDown, imageOver, imageChecked, imageCheckedOver, imageDisabled; field in ImageButton.ImageButtonStyle
109 …public ImageButtonStyle (Drawable up, Drawable down, Drawable checked, Drawable imageUp, Drawable … in ImageButtonStyle()
DImageTextButton.java146 public Drawable imageUp, imageDown, imageOver, imageChecked, imageCheckedOver, imageDisabled; field in ImageTextButton.ImageTextButtonStyle