Home | History | Annotate | Download | only in widget

Lines Matching refs:lastY

958             float lastY = 0f;
975 currentPath.moveTo(lastX, lastY);
984 lastY = centerY;
991 currentPath.moveTo(lastX, lastY);
995 mInProgressX, mInProgressY, lastX, lastY) * 255f));
1001 private float calculateLastSegmentAlpha(float x, float y, float lastX, float lastY) {
1003 float diffY = y - lastY;