Searched defs:touchable (Results 1 – 11 of 11) sorted by relevance
| /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/ |
| D | TouchableAction.java | 26 private Touchable touchable; field in TouchableAction 37 public void setTouchable (Touchable touchable) { in setTouchable()
|
| D | Actions.java | 297 static public TouchableAction touchable (Touchable touchable) { in touchable() method in Actions
|
| /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
| D | ShadowPopupWindow.java | 23 private boolean touchable; field in ShadowPopupWindow 87 public void setTouchable(boolean touchable) { in setTouchable() 97 public void setOutsideTouchable(boolean touchable) { in setOutsideTouchable()
|
| /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ |
| D | Actor.java | 64 private Touchable touchable = Touchable.enabled; field in Actor 207 public Actor hit (float x, float y, boolean touchable) { in hit() 354 public void setTouchable (Touchable touchable) { in setTouchable()
|
| D | Group.java | 240 public Actor hit (float x, float y, boolean touchable) { in hit()
|
| D | Stage.java | 704 public Actor hit (float stageX, float stageY, boolean touchable) { in hit()
|
| /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
| D | Touchpad.java | 135 public Actor hit (float x, float y, boolean touchable) { in hit()
|
| D | Window.java | 265 public Actor hit (float x, float y, boolean touchable) { in hit()
|
| D | Container.java | 708 public Actor hit (float x, float y, boolean touchable) { in hit()
|
| D | ScrollPane.java | 709 public Actor hit (float x, float y, boolean touchable) { in hit()
|
| D | Table.java | 168 public Actor hit (float x, float y, boolean touchable) { in hit()
|