Home | History | Annotate | Download | only in widget

Lines Matching refs:lastX

1118             float lastX = 0f;
1136 currentPath.moveTo(lastX, lastY);
1144 lastX = centerX;
1152 currentPath.moveTo(lastX, lastY);
1156 mInProgressX, mInProgressY, lastX, lastY) * 255f));
1162 private float calculateLastSegmentAlpha(float x, float y, float lastX, float lastY) {
1163 float diffX = x - lastX;