Searched defs:imageDown (Results 1 – 2 of 2) sorted by relevance
| /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
| D | ImageButton.java | 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 …ageButtonStyle (Drawable up, Drawable down, Drawable checked, Drawable imageUp, Drawable imageDown, in ImageButtonStyle()
|
| D | ImageTextButton.java | 146 public Drawable imageUp, imageDown, imageOver, imageChecked, imageCheckedOver, imageDisabled; field in ImageTextButton.ImageTextButtonStyle
|