HomeSort by relevance Sort by last modified time
    Searched defs:hundredths (Results 1 - 3 of 3) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
LapsAdapter.java 242 final int hours, minutes, seconds, hundredths; local
245 hours = minutes = seconds = hundredths = 0;
256 hundredths = remainder / 10;
282 // The display of seconds and hundredths-of-a-second is constant.
286 sTimeBuilder.append(UiDataModel.getUiDataModel().getFormattedNumber(hundredths, 2));
  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
UsbDeviceDescriptor.java 96 int hundredths = mDeviceRelease & 0xF; local
100 return String.format("%d.%d%d", tens * 10 + ones, tenths, hundredths);
  /external/zxing/core/
core.jar 

Completed in 88 milliseconds