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

/frameworks/compile/mclinker/lib/Fragment/
H A DFragment.cpp35 uint64_t Fragment::getOffset() const function in class:Fragment
37 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.cpp84 virtual uint32_t getOffset() const;
349 uint32_t BpMemoryHeap::getOffset() const { function in class:android::BpMemoryHeap
373 reply->writeInt32(getOffset());
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFReloc.h47 addr_t getOffset() const { function in class:ELFReloc_CRTP
H A DELFSectionHeader.h69 offset_t getOffset() const { function in class:ELFSectionHeader_CRTP
/frameworks/base/libs/hwui/
H A DPixelBuffer.h130 upload(x, y, width, height, getOffset(x, y));
157 uint32_t getOffset(uint32_t x, uint32_t y) const { function in class:android::uirenderer::PixelBuffer
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h107 inline uint32_t getOffset(uint16_t x, uint16_t y) const { function in class:android::uirenderer::CacheTexture
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DChildHelper.java77 offset = getOffset(index);
89 private int getOffset(int index) { method in class:ChildHelper
136 final int offset = getOffset(index);
156 final int offset = getOffset(index);
206 offset = getOffset(index);
255 final int offset = getOffset(index);
/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.java1174 int alignmentOffsetX = boundsX.getOffset(this, c, hAlign, pWidth + sumMarginsX, true);
1175 int alignmentOffsetY = boundsY.getOffset(this, c, vAlign, pHeight + sumMarginsY, false);
2410 protected int getOffset(GridLayout gl, View c, Alignment a, int size, boolean horizontal) { method in class:GridLayout.Bounds
2958 protected int getOffset(GridLayout gl, View c, Alignment a, int size, boolean hrz) {
2959 return max(0, super.getOffset(gl, c, a, size, hrz));
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1063 int alignmentOffsetX = boundsX.getOffset(this, c, hAlign, pWidth + sumMarginsX, true);
1064 int alignmentOffsetY = boundsY.getOffset(this, c, vAlign, pHeight + sumMarginsY, false);
2285 protected int getOffset(GridLayout gl, View c, Alignment a, int size, boolean horizontal) { method in class:GridLayout.Bounds
2837 protected int getOffset(GridLayout gl, View c, Alignment a, int size, boolean hrz) {
2838 return max(0, super.getOffset(gl, c, a, size, hrz));

Completed in 429 milliseconds