Home | History | Annotate | Download | only in camera

Lines Matching refs:remainderCentiSeconds

1831             long remainderCentiSeconds = (milliSeconds - seconds * 1000) / 10;
1832 if (remainderCentiSeconds < 10) {
1835 timeStringBuilder.append(remainderCentiSeconds);