Home | History | Annotate | Download | only in ui

Lines Matching refs:onDown

967         // If an onFling happened after the last onDown
973 // following call sequence: onDown(), onUp() and then onSingleTapUp(). The correct
974 // sequence for a single-tap-up gesture should be: onDown(), onSingleTapUp() and onUp().
975 // The call sequence for a pinch out gesture in JB is: onDown(), then onUp() and there's
1235 public void onDown(float x, float y) {