Searched defs:formatName (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/ | ||
H A D | RenderBuffer.h | 147 static const char* formatName(GLenum format) { function in struct:android::uirenderer::RenderBuffer |
/frameworks/opt/vcard/java/com/android/vcard/ | ||
H A D | VCardEntry.java | 1979 private void addPhotoBytes(String formatName, byte[] photoBytes, boolean isPrimary) { argument 1983 final PhotoData photoData = new PhotoData(formatName, photoBytes, isPrimary); 2278 String formatName = null; 2284 } else if (formatName == null) { 2285 formatName = typeValue; 2289 addPhotoBytes(formatName, propertyBytes, isPrimary); |
/frameworks/data-binding/prebuilds/1.0-rc0/ | ||
H A D | databinding-studio-bundle.jar | META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ... |
Completed in 12 milliseconds