OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:startspacing
(Results
1 - 1
of
1
) sorted by null
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityGestureDispatchTest.java
267
int
startSpacing
= 100;
272
GestureDescription pinch = createPinch(centerX, centerY,
startSpacing
,
297
assertEquals(
startSpacing
, distance(coords0, coords1), pinchTolerance);
315
float lastSpacing =
startSpacing
;
508
private GestureDescription createPinch(int centerX, int centerY, int
startSpacing
,
510
if ((
startSpacing
< 0) || (endSpacing < 0)) {
519
startPoint1[0] =
startSpacing
/ 2;
523
startPoint2[0] = -
startSpacing
/ 2;
Completed in 102 milliseconds