Searched defs:getOffset (Results 1 - 15 of 15) 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/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.cpp173 uint32_t MemoryHeapBase::getOffset() const { function in class:android::MemoryHeapBase
H A DIMemory.cpp85 virtual uint32_t getOffset() const;
362 uint32_t BpMemoryHeap::getOffset() const { function in class:android::BpMemoryHeap
386 reply->writeInt32(getOffset());
/frameworks/base/libs/hwui/
H A DPixelBuffer.h123 upload(x, y, width, height, getOffset(x, y));
150 uint32_t getOffset(uint32_t x, uint32_t y) const { function in class:android::uirenderer::PixelBuffer
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.h74 off64_t getOffset() const { return mOffset; } function in struct:android::ATSParser::SyncEvent
/frameworks/support/v7/recyclerview/src/android/support/v7/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/base/libs/hwui/font/
H A DCacheTexture.h106 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/base/core/java/android/widget/
H A DGridLayout.java1165 int alignmentOffsetX = boundsX.getOffset(this, c, hAlign, pWidth + sumMarginsX, true);
1166 int alignmentOffsetY = boundsY.getOffset(this, c, vAlign, pHeight + sumMarginsY, false);
2388 protected int getOffset(GridLayout gl, View c, Alignment a, int size, boolean horizontal) { method in class:GridLayout.Bounds
2946 protected int getOffset(GridLayout gl, View c, Alignment a, int size, boolean hrz) {
2947 return max(0, super.getOffset(gl, c, a, size, hrz));
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1065 int alignmentOffsetX = boundsX.getOffset(this, c, hAlign, pWidth + sumMarginsX, true);
1066 int alignmentOffsetY = boundsY.getOffset(this, c, vAlign, pHeight + sumMarginsY, false);
2282 protected int getOffset(GridLayout gl, View c, Alignment a, int size, boolean horizontal) { method in class:GridLayout.Bounds
2876 protected int getOffset(GridLayout gl, View c, Alignment a, int size, boolean hrz) {
2877 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 344 milliseconds