Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
DImageButton.java53 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 …ageButtonStyle (Drawable up, Drawable down, Drawable checked, Drawable imageUp, Drawable imageDown, in ImageButtonStyle()
DImageTextButton.java146 public Drawable imageUp, imageDown, imageOver, imageChecked, imageCheckedOver, imageDisabled; field in ImageTextButton.ImageTextButtonStyle