Searched defs:selectionComplete (Results 1 - 1 of 1) sorted by relevance

/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/ui/
H A DConfirmationSwipeBar.java37 private boolean selectionComplete = false; field in class:ConfirmationSwipeBar
84 selectionComplete = true;
95 if (!selectionComplete && (!(event.getAction() == MotionEvent.ACTION_DOWN)
104 if(!isTrackingTouch && !selectionComplete) {
116 selectionComplete = false;

Completed in 59 milliseconds