HomeSort by relevance Sort by last modified time
    Searched full:moffset (Results 76 - 100 of 243) sorted by null

1 2 34 5 6 7 8 910

  /packages/apps/Camera2/src/com/android/camera/exif/
ExifModifier.java 38 final int mOffset;
43 mOffset = offset;
143 writeTagValue(tagOffset.mTag, tagOffset.mOffset);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifModifier.java 39 final int mOffset;
44 mOffset = offset;
144 writeTagValue(tagOffset.mTag, tagOffset.mOffset);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifModifier.java 38 final int mOffset;
43 mOffset = offset;
143 writeTagValue(tagOffset.mTag, tagOffset.mOffset);
  /packages/apps/Mms/src/com/android/mms/exif/
ExifModifier.java 40 final int mOffset;
45 mOffset = offset;
145 writeTagValue(tagOffset.mTag, tagOffset.mOffset);
  /frameworks/wilhelm/src/itf/
IDynamicInterfaceManagement.c 54 size_t offset = x->mOffset;
162 size_t offset = x->mOffset;
231 size_t offset = x->mOffset;
310 size_t offset = x->mOffset;
410 size_t offset = x->mOffset;
  /external/chromium_org/components/cronet/android/java/src/org/chromium/net/
ChromiumUrlRequest.java 56 private long mOffset;
106 mOffset = offset;
522 if (mOffset != 0) {
529 mContentLength -= mOffset;
533 mSize = mOffset;
559 if (mSize <= mOffset) {
563 buffer.position((int) (mOffset - (mSize - size)));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelCircleView.java 57 private float mOffset;
227 float t = (mStaticOffset - mOffset) / (float) mStaticOffset;
256 mOffset = offset;
266 mOffsetAnimator = ValueAnimator.ofFloat(mOffset, offset);
308 float t = (mStaticOffset - mOffset) / (float) mStaticOffset;
319 translationY += (mOffset - mStaticOffset) / 2;
326 updateCircleRect(mCircleRect, mOffset, false);
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 54 private float mOffset;
128 mOffset = xOffset;
205 float yrot = (0.5f - mOffset) * 2.0f;
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 74 private float mOffset;
192 mOffset = xOffset;
247 float yrot = (0.5f - mOffset) * 2.0f;
  /hardware/ti/omap4-aah/libtiutils/
DebugUtils.h 50 const int mOffset;
236 mOffset(calculateOffset(length))
243 return sIndentStringBuffer + mOffset;
  /packages/apps/Gallery/src/com/android/camera/gallery/
ImageListUber.java 270 private int mOffset = -1;
283 if (mOffset >= mList.getCount() - 1) return false;
284 mImage = mList.getImageAt(++mOffset);
  /frameworks/av/media/libstagefright/include/
AVIExtractor.h 48 uint32_t mOffset;
  /frameworks/base/include/androidfw/
Asset.h 243 virtual off64_t getRemainingLength(void) const { return mLength-mOffset; }
250 off64_t mOffset; // current local offset, 0 == mStart
300 virtual off64_t getRemainingLength(void) const { return mUncompressedLen-mOffset; }
308 off64_t mOffset; // current offset, 0 == start of uncomp data
  /frameworks/rs/
rsFileA3D.h 47 uint64_t mOffset;
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripLayout.java 449 private int mOffset;
463 mOffset = offset;
487 int width = getMeasuredWidth() - mOffset;
488 float translation = mFilmstripContentLayout.getTranslationX() - mOffset;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver2DictDecoder.java 115 protected final long mOffset;
126 mOffset = offset;
143 mOffset = offset;
172 mDictionaryBinaryFile.getAbsolutePath(), mOffset, mLength,
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsFileA3D.h 47 uint64_t mOffset;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsFileA3D.h 47 uint64_t mOffset;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsFileA3D.h 47 uint64_t mOffset;
  /external/chromium_org/third_party/codesighs/
msdump2symdb.c 107 ** mOffset Offset of the symbol in the section.
112 unsigned mOffset;
610 inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbols[symIndex].mOffset = offset;
708 if(sym1->mOffset < sym2->mOffset)
712 else if(sym1->mOffset > sym2->mOffset)
763 inContainer->mObjects[objectLoop].mSections[sectionLoop].mSymbols[symbolLoop].mOffset;
    [all...]
  /frameworks/base/libs/hwui/
Program.cpp 158 if (projectionMatrix != mProjection || offset != mOffset) {
172 mOffset = offset;
  /frameworks/native/services/surfaceflinger/
FrameTracker.h 135 // mOffset is the offset into mFrameRecords of the current frame.
136 size_t mOffset;
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis1/
Visualization1.java 56 private float mOffset;
144 mOffset = xOffset;
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZone.java 56 private int mOffset = 0;
143 Log.i(TAG, "mOffset:" + mOffset);
302 return mOffset;
306 mOffset = offset;
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearLayoutManager.java 511 startOffset = mLayoutState.mOffset;
520 endOffset = mLayoutState.mOffset;
526 endOffset = mLayoutState.mOffset;
535 startOffset = mLayoutState.mOffset;
    [all...]

Completed in 961 milliseconds

1 2 34 5 6 7 8 910