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

  /external/skia/src/animator/
SkDrawBitmap.cpp 83 const char* formatName;
85 case 0: formatName = "none"; break;
86 case 1: formatName = "A1"; break;
87 case 2: formatName = "A8"; break;
88 case 3: formatName = "Index8"; break;
89 case 4: formatName = "RGB16"; break;
90 case 5: formatName = "RGB32"; break;
92 SkDebugf("format=\"%s\" />\n", formatName);
  /frameworks/base/core/java/android/pim/vcard/
VCardEntry.java 358 public final String formatName; // used when type is not defined in ContactsContract.
362 public PhotoData(int type, String formatName, byte[] photoBytes, boolean isPrimary) {
364 this.formatName = formatName;
376 (formatName == null ? (photoData.formatName == null) :
377 formatName.equals(photoData.formatName)) &&
385 type, formatName, photoBytes.length, isPrimary);
685 private void addPhotoBytes(String formatName, byte[] photoBytes, boolean isPrimary)
    [all...]
  /packages/apps/Tag/src/com/android/vcard/
VCardEntry.java 356 public final String formatName; // used when type is not defined in ContactsContract.
360 public PhotoData(int type, String formatName, byte[] photoBytes, boolean isPrimary) {
362 this.formatName = formatName;
374 (formatName == null ? (photoData.formatName == null) :
375 formatName.equals(photoData.formatName)) &&
383 type, formatName, photoBytes.length, isPrimary);
684 private void addPhotoBytes(String formatName, byte[] photoBytes, boolean isPrimary)
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 152 milliseconds