OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endy1
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Settings/src/com/android/settings/widget/
DotsPageIndicator.java
109
float
endY1
;
422
endY1
= dotCenterY;
426
controlY2 =
endY1
- halfDotRadius;
427
unselectedDotLeftPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX1,
endY1
);
433
controlY1 =
endY1
+ halfDotRadius;
453
endY1
= dotCenterY;
457
controlY2 =
endY1
- halfDotRadius;
458
unselectedDotRightPath.cubicTo(controlX1, controlY1, controlX2, controlY2, endX1,
endY1
);
464
controlY1 =
endY1
+ halfDotRadius;
484
endY1
= dotCenterY - (joiningFraction * dotRadius)
[
all
...]
Completed in 55 milliseconds