HomeSort by relevance Sort by last modified time
    Searched refs:setTapSquareSize (Results 1 - 5 of 5) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
DragListener.java 24 * outside the {@link #setTapSquareSize(float) tap square}. Any touch (not just the first) will trigger this listener. While
89 public void setTapSquareSize (float halfTapSquareSize) {
ClickListener.java 27 * considered pressed as long as it is over the actor or within the {@link #setTapSquareSize(float) tap square}. This behavior
160 public void setTapSquareSize (float halfTapSquareSize) {
DragAndDrop.java 148 listener.setTapSquareSize(tapSquareSize);
176 public void setTapSquareSize (float halfTapSquareSize) {
  /external/libgdx/gdx/src/com/badlogic/gdx/input/
GestureDetector.java 263 public void setTapSquareSize (float halfTapSquareSize) {
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
ScrollPane.java 814 flickScrollListener.getGestureDetector().setTapSquareSize(halfTapSquareSize);
    [all...]

Completed in 810 milliseconds