Searched defs:getOffset (Results 1 - 21 of 21) sorted by relevance

/frameworks/compile/mclinker/lib/Fragment/
H A DFragment.cpp33 uint64_t Fragment::getOffset() const { function in class:mcld::Fragment
34 assert(hasOffset() && "Cannot getOffset() before setting it up.");
/frameworks/native/include/binder/
H A DMemoryBase.h39 ssize_t getOffset() const { return mOffset; } function in class:android::MemoryBase
/frameworks/native/libs/binder/include/binder/
H A DMemoryBase.h39 ssize_t getOffset() const { return mOffset; } function in class:android::MemoryBase
/frameworks/base/core/java/android/bluetooth/le/
H A DResultStorageDescriptor.java38 public int getOffset() { method in class:ResultStorageDescriptor
/frameworks/base/core/java/android/view/inputmethod/
H A DCorrectionInfo.java53 public int getOffset() { method in class:CorrectionInfo
/frameworks/base/core/java/android/util/
H A DMonthDisplayHelper.java105 public int getOffset() { method in class:MonthDisplayHelper
/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp172 uint32_t MemoryHeapBase::getOffset() const { function in class:android::MemoryHeapBase
H A DIMemory.cpp90 virtual uint32_t getOffset() const;
373 uint32_t BpMemoryHeap::getOffset() const { function in class:android::BpMemoryHeap
397 reply->writeInt32(getOffset());
/frameworks/base/libs/hwui/
H A DPixelBuffer.h110 upload(x, y, width, height, getOffset(x, y));
131 uint32_t getOffset(uint32_t x, uint32_t y) const { function in class:android::uirenderer::PixelBuffer
/frameworks/support/content/src/main/java/androidx/contentpager/content/
H A DQuery.java99 public int getOffset() { method in class:Query
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DRecyclerViewParallax.java134 public int getOffset() { method in class:RecyclerViewParallax.ChildPositionProperty
/frameworks/base/core/java/com/android/internal/widget/
H A DChildHelper.java101 offset = getOffset(index);
113 private int getOffset(int index) { method in class:ChildHelper
160 final int offset = getOffset(index);
180 final int offset = getOffset(index);
233 offset = getOffset(index);
282 final int offset = getOffset(index);
/frameworks/support/transition/src/main/java/androidx/transition/
H A DViewOverlayApi14.java281 private void getOffset(int[] offset) { method in class:ViewOverlayApi14.OverlayViewGroup
298 getOffset(offset);
316 getOffset(offset);
336 getOffset(offset);
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DChildHelper.java101 offset = getOffset(index);
113 private int getOffset(int index) { method in class:ChildHelper
160 final int offset = getOffset(index);
180 final int offset = getOffset(index);
233 offset = getOffset(index);
282 final int offset = getOffset(index);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.h89 off64_t getOffset() const { return mOffset; } function in struct:android::ATSParser::SyncEvent
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h97 inline uint32_t getOffset(uint16_t x, uint16_t y) const { function in class:android::uirenderer::CacheTexture
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifTag.java863 protected int getOffset() { method in class:ExifTag
/frameworks/av/include/media/
H A DVolumeShaper.h519 R getOffset() const { function in class:android::media::VolumeShaper::Translate
866 it->mXTranslate.setOffset(it->mXTranslate.getOffset()
881 it->mXTranslate.setOffset(it->mXTranslate.getOffset()
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1181 int alignmentOffsetX = boundsX.getOffset(this, c, hAlign, pWidth + sumMarginsX, true);
1182 int alignmentOffsetY = boundsY.getOffset(this, c, vAlign, pHeight + sumMarginsY, false);
2404 protected int getOffset(GridLayout gl, View c, Alignment a, int size, boolean horizontal) { method in class:GridLayout.Bounds
2962 protected int getOffset(GridLayout gl, View c, Alignment a, int size, boolean hrz) {
2963 return max(0, super.getOffset(gl, c, a, size, hrz));
/frameworks/support/gridlayout/src/main/java/androidx/gridlayout/widget/
H A DGridLayout.java1074 int alignmentOffsetX = boundsX.getOffset(this, c, hAlign, pWidth + sumMarginsX, true);
1075 int alignmentOffsetY = boundsY.getOffset(this, c, vAlign, pHeight + sumMarginsY, false);
2291 protected int getOffset(GridLayout gl, View c, Alignment a, int size, boolean horizontal) { method in class:GridLayout.Bounds
2885 protected int getOffset(GridLayout gl, View c, Alignment a, int size, boolean hrz) {
2886 return max(0, super.getOffset(gl, c, a, size, hrz));
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 323 milliseconds