/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | SinglePhotoDataAdapter.java | 184 public void getImageSize(int offset, PhotoView.Size size) { in getImageSize() 195 public int getImageRotation(int offset) { in getImageRotation() 200 public ScreenNail getScreenNail(int offset) { in getScreenNail() 210 public boolean isCamera(int offset) { in isCamera() 215 public boolean isPanorama(int offset) { in isPanorama() 220 public boolean isStaticCamera(int offset) { in isStaticCamera() 225 public boolean isVideo(int offset) { in isVideo() 230 public boolean isDeletable(int offset) { in isDeletable() 235 public MediaItem getMediaItem(int offset) { in getMediaItem() 260 public int getLoadingState(int offset) { in getLoadingState()
|
D | PhotoDataAdapter.java | 80 public ImageFetch(int offset, int bit) { in ImageFetch() 414 private void uploadScreenNail(int offset) { in uploadScreenNail() 446 public ScreenNail getScreenNail(int offset) { in getScreenNail() 468 public void getImageSize(int offset, PhotoView.Size size) { in getImageSize() 480 public int getImageRotation(int offset) { in getImageRotation() 492 public boolean isCamera(int offset) { in isCamera() 497 public boolean isPanorama(int offset) { in isPanorama() 502 public boolean isStaticCamera(int offset) { in isStaticCamera() 507 public boolean isVideo(int offset) { in isVideo() 515 public boolean isDeletable(int offset) { in isDeletable() [all …]
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
D | EndianUtils.java | 118 public static void writeSwappedShort(byte[] data, int offset, short value) { in writeSwappedShort() 130 public static short readSwappedShort(byte[] data, int offset) { in readSwappedShort() 143 public static int readSwappedUnsignedShort(byte[] data, int offset) { in readSwappedUnsignedShort() 155 public static void writeSwappedInteger(byte[] data, int offset, int value) { in writeSwappedInteger() 169 public static int readSwappedInteger(byte[] data, int offset) { in readSwappedInteger() 184 public static long readSwappedUnsignedInteger(byte[] data, int offset) { in readSwappedUnsignedInteger() 201 public static void writeSwappedLong(byte[] data, int offset, long value) { in writeSwappedLong() 219 public static long readSwappedLong(byte[] data, int offset) { in readSwappedLong() 240 public static void writeSwappedFloat(byte[] data, int offset, float value) { in writeSwappedFloat() 251 public static float readSwappedFloat(byte[] data, int offset) { in readSwappedFloat() [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | GLId.java | 26 public void glGenBuffers(int n, int[] buffers, int offset); in glGenBuffers() 28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); in glDeleteTextures() 30 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset); in glDeleteBuffers() 32 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset); in glDeleteFramebuffers()
|
D | GLES20IdImpl.java | 19 public void glGenBuffers(int n, int[] buffers, int offset) { in glGenBuffers() 25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures() 32 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) { in glDeleteBuffers() 38 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset) { in glDeleteFramebuffers()
|
D | GLES11IdImpl.java | 38 public void glGenBuffers(int n, int[] buffers, int offset) { in glGenBuffers() 47 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures() 54 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) { in glDeleteBuffers() 61 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset) { in glDeleteFramebuffers()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
D | GLId.java | 26 public void glGenBuffers(int n, int[] buffers, int offset); in glGenBuffers() 28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset); in glDeleteTextures() 30 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset); in glDeleteBuffers() 32 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset); in glDeleteFramebuffers()
|
D | GLES20IdImpl.java | 19 public void glGenBuffers(int n, int[] buffers, int offset) { in glGenBuffers() 25 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures() 32 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) { in glDeleteBuffers() 38 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset) { in glDeleteFramebuffers()
|
/packages/apps/Gallery/src/com/android/camera/ |
D | ImageGetter.java | 53 public void imageLoaded(int pos, int offset, RotateBitmap bitmap, in imageLoaded() 55 public boolean wantsThumbnail(int pos, int offset); in wantsThumbnail() 56 public boolean wantsFullImage(int pos, int offset); in wantsFullImage() 57 public int fullImageSizeToUse(int pos, int offset); in fullImageSizeToUse() 102 private Runnable callback(final int position, final int offset, in callback()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | AssetFileAddress.java | 32 public AssetFileAddress(final String filename, final long offset, final long length) { in AssetFileAddress() 60 final long offset, final long length) { in makeFromFileNameAndOffset()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | BlobCache.java | 488 private boolean getBlob(RandomAccessFile file, int offset, in getBlob() 555 int offset = hashStart + slot * 12; in lookupInternal() local 606 int offset = mActiveHashStart + i * 12; in getActiveCount() local 625 int checkSum(byte[] data, int offset, int nbytes) { in checkSum() 640 static int readInt(byte[] buf, int offset) { in readInt() 647 static long readLong(byte[] buf, int offset) { in readLong() 655 static void writeInt(byte[] buf, int offset, int value) { in writeInt() 662 static void writeLong(byte[] buf, int offset, long value) { in writeLong()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Exif.java | 29 int offset = 0; in getOrientation() local 121 private static int pack(byte[] bytes, int offset, int length, in pack()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | CompositeAdapter.java | 149 int offset = position - start; in getPartitionAtPosition() local 200 final int offset = position - start; in getItem() local 222 final int offset = position - start; in getItemId() local 244 final int offset = position - start; in isEnabled() local 266 int offset = position - start; in getView() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | AssetFileAddress.java | 34 public AssetFileAddress(final String filename, final long offset, final long length) { in AssetFileAddress() 51 final long offset, final long length) { in makeFromFileNameAndOffset()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
D | ExifParser.java | 218 long offset = mTiffStream.readUnsignedInt(); in ExifParser() local 275 int offset = mTiffStream.getReadByteCount(); in next() local 365 int offset = mTiffStream.getReadByteCount(); in skipRemainingTagsInCurrentIfd() local 496 private void skipTo(int offset) throws IOException { in skipTo() 518 private void registerIfd(int ifdType, long offset) { in registerIfd() 524 private void registerCompressedImage(long offset) { in registerCompressedImage() 528 private void registerUncompressedStrip(int stripIndex, long offset) { in registerUncompressedStrip() 552 long offset = mTiffStream.readUnsignedInt(); in readTag() local 800 protected int read(byte[] buffer, int offset, int length) throws IOException { in read()
|
D | ExifOutputStream.java | 106 , int offset, int length) { in requestByteToBuffer() 118 public void write(byte[] buffer, int offset, int length) throws IOException { in write() 309 private int calculateOffsetOfIfd(IfdData ifd, int offset) { in calculateOffsetOfIfd() 435 int offset = TIFF_HEADER_SIZE; in calculateAllOffset() local
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
D | ExifParser.java | 218 long offset = mTiffStream.readUnsignedInt(); in ExifParser() local 275 int offset = mTiffStream.getReadByteCount(); in next() local 365 int offset = mTiffStream.getReadByteCount(); in skipRemainingTagsInCurrentIfd() local 496 private void skipTo(int offset) throws IOException { in skipTo() 518 private void registerIfd(int ifdType, long offset) { in registerIfd() 524 private void registerCompressedImage(long offset) { in registerCompressedImage() 528 private void registerUncompressedStrip(int stripIndex, long offset) { in registerUncompressedStrip() 552 long offset = mTiffStream.readUnsignedInt(); in readTag() local 800 protected int read(byte[] buffer, int offset, int length) throws IOException { in read()
|
D | ExifOutputStream.java | 106 , int offset, int length) { in requestByteToBuffer() 118 public void write(byte[] buffer, int offset, int length) throws IOException { in write() 309 private int calculateOffsetOfIfd(IfdData ifd, int offset) { in calculateOffsetOfIfd() 435 int offset = TIFF_HEADER_SIZE; in calculateAllOffset() local
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
D | ExifParser.java | 218 long offset = mTiffStream.readUnsignedInt(); in ExifParser() local 275 int offset = mTiffStream.getReadByteCount(); in next() local 365 int offset = mTiffStream.getReadByteCount(); in skipRemainingTagsInCurrentIfd() local 496 private void skipTo(int offset) throws IOException { in skipTo() 518 private void registerIfd(int ifdType, long offset) { in registerIfd() 524 private void registerCompressedImage(long offset) { in registerCompressedImage() 528 private void registerUncompressedStrip(int stripIndex, long offset) { in registerUncompressedStrip() 552 long offset = mTiffStream.readUnsignedInt(); in readTag() local 800 protected int read(byte[] buffer, int offset, int length) throws IOException { in read()
|
D | ExifOutputStream.java | 106 , int offset, int length) { in requestByteToBuffer() 118 public void write(byte[] buffer, int offset, int length) throws IOException { in write() 309 private int calculateOffsetOfIfd(IfdData ifd, int offset) { in calculateOffsetOfIfd() 435 int offset = TIFF_HEADER_SIZE; in calculateAllOffset() local
|
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
D | ExifParser.java | 219 long offset = mTiffStream.readUnsignedInt(); in ExifParser() local 276 int offset = mTiffStream.getReadByteCount(); in next() local 366 int offset = mTiffStream.getReadByteCount(); in skipRemainingTagsInCurrentIfd() local 498 private void skipTo(int offset) throws IOException { in skipTo() 520 private void registerIfd(int ifdType, long offset) { in registerIfd() 526 private void registerCompressedImage(long offset) { in registerCompressedImage() 530 private void registerUncompressedStrip(int stripIndex, long offset) { in registerUncompressedStrip() 554 long offset = mTiffStream.readUnsignedInt(); in readTag() local 802 protected int read(byte[] buffer, int offset, int length) throws IOException { in read()
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | DecodeUtils.java | 81 public static Bitmap decode(JobContext jc, byte[] bytes, int offset, in decode() 90 public static void decodeBounds(JobContext jc, byte[] bytes, int offset, in decodeBounds() 199 JobContext jc, byte[] bytes, int offset, int length, in createBitmapRegionDecoder() 249 public static Bitmap decodeUsingPool(JobContext jc, byte[] data, int offset, in decodeUsingPool() 301 int offset, int length, Options options) { in findCachedBitmap()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | PhotoView.java | 66 public void getImageSize(int offset, Size size); in getImageSize() 69 public MediaItem getMediaItem(int offset); in getMediaItem() 72 public int getImageRotation(int offset); in getImageRotation() 77 public ScreenNail getScreenNail(int offset); in getScreenNail() 83 public boolean isCamera(int offset); in isCamera() 86 public boolean isPanorama(int offset); in isPanorama() 90 public boolean isStaticCamera(int offset); in isStaticCamera() 93 public boolean isVideo(int offset); in isVideo() 96 public boolean isDeletable(int offset); in isDeletable() 102 public int getLoadingState(int offset); in getLoadingState() [all …]
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
D | UriRecord.java | 82 int offset = ssp.indexOf('?'); in getPrettyUriString() local 97 public View getView(Activity activity, LayoutInflater inflater, ViewGroup parent, int offset) { in getView()
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
D | outputstream_wrapper.cpp | 22 int32_t OutputStreamWrapper::write(int32_t length, int32_t offset) { in write()
|