Home | History | Annotate | Download | only in camera

Lines Matching refs:remainderCentiSeconds

1562             long remainderCentiSeconds = (milliSeconds - seconds * 1000) / 10;
1563 if (remainderCentiSeconds < 10) {
1566 timeStringBuilder.append(remainderCentiSeconds);