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/core-ui/java/android/support/v4/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...]

Completed in 41 milliseconds