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

/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java31 * AutoScrollHelper is a utility class for adding automatic edge-triggered
83 public abstract class AutoScrollHelper implements View.OnTouchListener { class in inherits:View.OnTouchListener
208 public AutoScrollHelper(View target) { method in class:AutoScrollHelper
233 public AutoScrollHelper setEnabled(boolean enabled) {
261 public AutoScrollHelper setExclusive(boolean exclusive) {
292 public AutoScrollHelper setMaximumVelocity(float horizontalMax, float verticalMax) {
310 public AutoScrollHelper setMinimumVelocity(float horizontalMin, float verticalMin) {
331 public AutoScrollHelper setRelativeVelocity(float horizontal, float vertical) {
352 public AutoScrollHelper setEdgeType(int type) {
371 public AutoScrollHelper setRelativeEdge
[all...]
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DAutoScrollHelper.java33 * AutoScrollHelper is a utility class for adding automatic edge-triggered
85 public abstract class AutoScrollHelper implements View.OnTouchListener { class in inherits:View.OnTouchListener
210 public AutoScrollHelper(@NonNull View target) { method in class:AutoScrollHelper
235 public AutoScrollHelper setEnabled(boolean enabled) {
263 public AutoScrollHelper setExclusive(boolean exclusive) {
295 public AutoScrollHelper setMaximumVelocity(float horizontalMax, float verticalMax) {
314 public AutoScrollHelper setMinimumVelocity(float horizontalMin, float verticalMin) {
336 public AutoScrollHelper setRelativeVelocity(float horizontal, float vertical) {
358 public AutoScrollHelper setEdgeType(int type) {
378 public AutoScrollHelper setRelativeEdge
[all...]

Completed in 62 milliseconds