Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 131) sorted by relevance

123456

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DSinglePhotoDataAdapter.java184 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()
DPhotoDataAdapter.java81 public ImageFetch(int offset, int bit) { in ImageFetch()
415 private void uploadScreenNail(int offset) { in uploadScreenNail()
447 public ScreenNail getScreenNail(int offset) { in getScreenNail()
469 public void getImageSize(int offset, PhotoView.Size size) { in getImageSize()
481 public int getImageRotation(int offset) { in getImageRotation()
493 public boolean isCamera(int offset) { in isCamera()
498 public boolean isPanorama(int offset) { in isPanorama()
503 public boolean isStaticCamera(int offset) { in isStaticCamera()
508 public boolean isVideo(int offset) { in isVideo()
516 public boolean isDeletable(int offset) { in isDeletable()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLId.java26 public synchronized static void glGenTextures(int n, int[] textures, int offset) { in glGenTextures()
32 public synchronized static void glGenBuffers(int n, int[] buffers, int offset) { in glGenBuffers()
38 public synchronized static void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) { in glDeleteTextures()
42 public synchronized static void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) { in glDeleteBuffers()
47 GL11ExtensionPack gl11ep, int n, int[] buffers, int offset) { in glDeleteFramebuffers()
DPhotoView.java61 public void getImageSize(int offset, Size size); in getImageSize()
64 public MediaItem getMediaItem(int offset); in getMediaItem()
67 public int getImageRotation(int offset); in getImageRotation()
72 public ScreenNail getScreenNail(int offset); in getScreenNail()
78 public boolean isCamera(int offset); in isCamera()
81 public boolean isPanorama(int offset); in isPanorama()
85 public boolean isStaticCamera(int offset); in isStaticCamera()
88 public boolean isVideo(int offset); in isVideo()
91 public boolean isDeletable(int offset); in isDeletable()
97 public int getLoadingState(int offset); in getLoadingState()
[all …]
/packages/apps/Email/src/org/apache/commons/io/
DEndianUtils.java118 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/Gallery/src/com/android/camera/
DImageGetter.java53 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/apps/Mms/src/org/w3c/dom/smil/
DElementTimeControl.java64 public boolean beginElementAt(float offset) in beginElementAt()
99 public boolean endElementAt(float offset) in endElementAt()
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
DGLStub.java167 int offset in glDeleteTextures()
236 int offset in glFogfv()
252 int offset in glFogxv()
285 int offset in glGenTextures()
299 int offset in glGetIntegerv()
324 int offset in glLightModelfv()
340 int offset in glLightModelxv()
358 int offset in glLightfv()
377 int offset in glLightxv()
399 int offset in glLoadMatrixf()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DAssetFileAddress.java32 public AssetFileAddress(final String filename, final long offset, final long length) { in AssetFileAddress()
46 final long offset, final long length) { in makeFromFileNameAndOffset()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifParser.java179 long offset = mTiffStream.readUnsignedInt(); in ExifParser() local
224 int offset = mTiffStream.getReadByteCount(); in next() local
288 int offset = mTiffStream.getReadByteCount(); in skipRemainingTagsInCurrentIfd() local
416 private void skipTo(int offset) throws IOException { in skipTo()
435 private void registerIfd(int ifdType, long offset) { in registerIfd()
441 private void registerCompressedImage(long offset) { in registerCompressedImage()
445 private void registerUncompressedStrip(int stripIndex, long offset) { in registerUncompressedStrip()
461 long offset = mTiffStream.readUnsignedInt(); in readTag() local
641 public int read(byte[] buffer, int offset, int length) throws IOException { in read()
DExifOutputStream.java58 , int offset, int length) { in requestByteToBuffer()
66 public void write(byte[] buffer, int offset, int length) throws IOException { in write()
254 private int calculateOffsetOfIfd(IfdData ifd, int offset) { in calculateOffsetOfIfd()
336 int offset = TIFF_HEADER_SIZE; in calculateAllOffset() local
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java488 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/Mms/src/com/android/mms/util/
DBlobCache.java477 private boolean getBlob(RandomAccessFile file, int offset, in getBlob()
541 int offset = hashStart + slot * 12; in lookupInternal() local
592 int offset = mActiveHashStart + i * 12; in getActiveCount() local
611 int checkSum(byte[] data, int offset, int nbytes) { in checkSum()
626 static int readInt(byte[] buf, int offset) { in readInt()
633 static long readLong(byte[] buf, int offset) { in readLong()
641 static void writeInt(byte[] buf, int offset, int value) { in writeInt()
648 static void writeLong(byte[] buf, int offset, long value) { in writeLong()
/packages/apps/Camera/src/com/android/camera/
DExif.java30 int offset = 0; in getOrientation() local
122 private static int pack(byte[] bytes, int offset, int length, in pack()
/packages/apps/LegacyCamera/src/com/android/camera/
DExif.java29 int offset = 0; in getOrientation() local
121 private static int pack(byte[] bytes, int offset, int length, in pack()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DExif.java85 int offset = 0; in getOrientation() local
138 private static int pack(byte[] bytes, int offset, int length, in pack()
DDecodeUtils.java81 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 decode(JobContext jc, byte[] data, int offset, in decode()
309 byte[] data, int offset, int length, Options options) { in findCachedBitmap()
/packages/inputmethods/PinyinIME/jni/share/
Duserdict.cpp178 inline void UserDict::set_lemma_flag(uint32 offset, uint8 flag) { in set_lemma_flag()
183 inline char UserDict::get_lemma_flag(uint32 offset) { in get_lemma_flag()
188 inline char UserDict::get_lemma_nchar(uint32 offset) { in get_lemma_nchar()
193 inline uint16 * UserDict::get_lemma_spell_ids(uint32 offset) { in get_lemma_spell_ids()
198 inline uint16 * UserDict::get_lemma_word(uint32 offset) { in get_lemma_word()
453 uint32 offset = offsets_[middle]; in locate_first_in_offsets() local
563 uint32 offset = offsets_[middle]; in _get_lpis() local
615 uint32 offset = offsets_by_id_[id_lemma - start_id_]; in _get_lpis() local
631 uint32 offset = offsets_by_id_[id_lemma - start_id_]; in _get_lpis() local
651 uint32 offset = predicts_[j]; in _get_lpis() local
[all …]
/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDetailUpdatesFragment.java171 public void requestToMoveToOffset(int offset) { in requestToMoveToOffset()
172 ContactDetailDisplayUtils.requestToMoveToOffset(getListView(), offset); in requestToMoveToOffset() local
/packages/apps/Tag/src/com/android/apps/tag/record/
DUriRecord.java82 int offset = ssp.indexOf('?'); in getPrettyUriString() local
97 public View getView(Activity activity, LayoutInflater inflater, ViewGroup parent, int offset) { in getView()
DUnknownRecord.java30 public View getView(Activity activity, LayoutInflater inflater, ViewGroup parent, int offset) { in getView()
DParsedNdefRecord.java38 int offset); in getView()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DAbstractSyncAdapter.java174 Operation(ContentProviderOperation.Builder builder, String columnName, int offset) { in Operation()
236 static ContentProviderOperation operationToContentProviderOperation(Operation op, int offset) { in operationToContentProviderOperation()
253 int offset) throws RemoteException, OperationApplicationException { in applyBatch()
269 ContentProviderResult[] result, int offset) throws RemoteException { in applyAndCopyResults()
/packages/apps/Email/src/org/apache/commons/io/input/
DNullReader.java203 public int read(char[] chars, int offset, int length) throws IOException { in read()
293 protected void processChars(char[] chars, int offset, int length) { in processChars()
DNullInputStream.java219 public int read(byte[] bytes, int offset, int length) throws IOException { in read()
309 protected void processBytes(byte[] bytes, int offset, int length) { in processBytes()

123456