Home | History | Annotate | Download | only in camera

Lines Matching refs:remainderCentiSeconds

1809             long remainderCentiSeconds = (milliSeconds - seconds * 1000) / 10;
1810 if (remainderCentiSeconds < 10) {
1813 timeStringBuilder.append(remainderCentiSeconds);