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/v4/java/android/support/v4/widget/
H A DAutoScrollHelper.java32 * AutoScrollHelper is a utility class for adding automatic edge-triggered
84 public abstract class AutoScrollHelper implements View.OnTouchListener { class in inherits:View.OnTouchListener
209 public AutoScrollHelper(View target) { method in class:AutoScrollHelper
234 public AutoScrollHelper setEnabled(boolean enabled) {
262 public AutoScrollHelper setExclusive(boolean exclusive) {
293 public AutoScrollHelper setMaximumVelocity(float horizontalMax, float verticalMax) {
311 public AutoScrollHelper setMinimumVelocity(float horizontalMin, float verticalMin) {
332 public AutoScrollHelper setRelativeVelocity(float horizontal, float vertical) {
353 public AutoScrollHelper setEdgeType(int type) {
372 public AutoScrollHelper setRelativeEdge
[all...]

Completed in 884 milliseconds