OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_down_or_right
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/site_tests/touch_TouchscreenScroll/
touch_TouchscreenScroll.py
33
is_down_or_right
= expected == 'down' or expected == 'right'
42
if ((
is_down_or_right
and delta <= 0) or
43
(not
is_down_or_right
and delta >= 0)):
/external/autotest/client/site_tests/touch_ScrollDirection/
touch_ScrollDirection.py
32
is_down_or_right
= expected == 'down' or expected == 'right'
41
if ((
is_down_or_right
and delta <= 0) or
42
(not
is_down_or_right
and delta >= 0)):
Completed in 81 milliseconds