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

/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java436 * called after the system has successfully bound to the service. If is
1310 * @return Whether the action was successfully performed.
1572 public void onPerformGestureResult(int sequence, boolean successfully) { argument
1574 successfully ? 1 : 0);
1668 final boolean successfully = message.arg2 == 1;
1669 mCallback.onPerformGestureResult(message.arg1, successfully);
1682 /** Called when the gesture has completed successfully

Completed in 71 milliseconds