Home
last modified time | relevance | path

Searched refs:touchSlop (Results 1 – 6 of 6) sorted by relevance

/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
DFoldingLayoutActivity.java381 int touchSlop = 0; in onScroll() local
390 touchSlop = distanceY < 0 ? -mTouchSlop : mTouchSlop; in onScroll()
393 touchSlop = distanceY < 0 ? mTouchSlop : -mTouchSlop; in onScroll()
395 mTranslation = mDidNotStartScroll ? mTranslation + touchSlop : mTranslation; in onScroll()
406 touchSlop = distanceX < 0 ? -mTouchSlop : mTouchSlop; in onScroll()
409 touchSlop = distanceX < 0 ? mTouchSlop : -mTouchSlop; in onScroll()
411 mTranslation = mDidNotStartScroll ? mTranslation + touchSlop : mTranslation; in onScroll()
/development/samples/training/InteractiveChart/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/ContactsList/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/ControllerSample/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/EffectiveNavigation/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/NavigationDrawer/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...