OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tinydist
(Results
1 - 1
of
1
) sorted by null
/cts/tests/tests/text/src/android/text/method/cts/
ScrollingMovementMethodTest.java
118
final int
tinyDist
= -(mScaledTouchSlop - 1);
124
MotionEvent.obtain(now, now, MotionEvent.ACTION_MOVE,
tinyDist
, 0, 0));
133
MotionEvent.obtain(now, now, MotionEvent.ACTION_UP,
tinyDist
, 0, 0));
221
final int
tinyDist
= -(mScaledTouchSlop - 1);
227
MotionEvent.ACTION_MOVE, 0,
tinyDist
, 0));
236
MotionEvent.ACTION_UP, 0,
tinyDist
, 0));
[
all
...]
Completed in 459 milliseconds