Skip to content
Snippets Groups Projects
Commit f44362bd authored by Yeabkal Wubshit's avatar Yeabkal Wubshit Committed by Android (Google) Code Review
Browse files

Merge "Improve ScrollFeedbackProvider API Javadoc" into main

parents 0d7a9ccc 4f6f5291
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,11 @@ import android.annotation.NonNull;
import android.view.flags.Flags;
/**
* Interface to represent an entity giving consistent feedback for different events surrounding view
* scroll.
* Provides feedback to the user for scroll events on a {@link View}. The type of feedback provided
* to the user may depend on the {@link InputDevice} that generated the scroll events.
*
* <p>An example of the type of feedback that this interface may provide is haptic feedback (that
* is, tactile feedback that provide the user physical feedback for their scroll).
*
* <p>The interface provides methods for the client to report different scroll events. The client
* should report all scroll events that they want to be considered for scroll feedback using the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment