Home | History | Annotate | Download | only in answermethod

Lines Matching defs:ACCEPT

75      * Called when the progress has animated fully to accept or reject.
77 * @param accept {@code true} if the call has been accepted, {@code false} if it has been
80 void onMoveFinish(boolean accept);
107 // Progress at which a slow swipe would continue toward accept/reject after the
114 @IntDef({FlingTarget.CENTER, FlingTarget.ACCEPT, FlingTarget.REJECT})
117 int ACCEPT = 1;
207 * Sets whether fling velocity is used to affect accept/reject behavior
210 * accept/reject or recenter
345 return progress > 0 ? FlingTarget.ACCEPT : FlingTarget.REJECT;
357 return vectorVel < 0 ? FlingTarget.ACCEPT : FlingTarget.REJECT;