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

  /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);
  /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));
  /external/ImageMagick/www/api/
layer.php 256 <p>RemoveZeroDelayLayers() removes any image that as a zero delay time. Such images generally represent intermediate or partial updates in GIF animations used for file optimization. They are not ment to be displayed to users of the animation. Viewable images in an animation should have a time delay of 3 or more centi-seconds (hundredths of a second).</p>
  /external/zxing/core/
core.jar 

Completed in 104 milliseconds