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

/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java450 * called after the system has successfully bound to the service. If is
1388 * @return Whether the action was successfully performed.
1675 public void onPerformGestureResult(int sequence, boolean successfully) { argument
1677 successfully ? 1 : 0);
1796 final boolean successfully = message.arg2 == 1;
1797 mCallback.onPerformGestureResult(message.arg1, successfully);
1825 /** Called when the gesture has completed successfully
/frameworks/rs/script_api/
H A Drs_matrix.spec198 Returns true if the matrix was successfully inverted.
208 successfully inverted.

Completed in 105 milliseconds