Home | History | Annotate | Download | only in camera

Lines Matching refs:remainderCentiSeconds

1591             long remainderCentiSeconds = (milliSeconds - seconds * 1000) / 10;
1592 if (remainderCentiSeconds < 10) {
1595 timeStringBuilder.append(remainderCentiSeconds);