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

  /external/aac/libSYS/include/
wav_file.h 124 UINT formatSize;
  /frameworks/base/libs/hwui/
PixelBuffer.h 139 return mWidth * mHeight * formatSize(mFormat);
149 static uint32_t formatSize(GLenum format) {
RenderBuffer.h 120 return (uint32_t) ((mWidth * mHeight * formatSize(mFormat)) / 8.0f + 0.5f);
127 static uint32_t formatSize(GLenum format) {
  /packages/apps/Email/src/com/android/email/activity/
UiUtilities.java 34 public static String formatSize(Context context, long size) {
MessageCompose.java     [all...]
MessageViewFragmentBase.java     [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 297 mItemTotal.setSummary(formatSize(totalSize));
298 mItemAvailable.setSummary(formatSize(availSize));
326 mItemTotal.setSummary(formatSize(details.totalSize));
327 mItemAvailable.setSummary(formatSize(details.availSize));
358 pref.setSummary(formatSize(size));
398 private String formatSize(long size) {

Completed in 157 milliseconds