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

/frameworks/native/include/binder/
H A DMemoryBase.h39 ssize_t getOffset() const { return mOffset; } function in class:android::MemoryBase
/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/compile/linkloader/include/
H A DELFReloc.h48 addr_t getOffset() const { function in class:ELFReloc_CRTP
H A DELFSectionHeader.h70 offset_t getOffset() const { function in class:ELFSectionHeader_CRTP
/frameworks/compile/mclinker/include/mcld/LD/
H A DFragment.h52 uint64_t getOffset() const { return m_Offset; } function in class:mcld::Fragment
/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp187 uint32_t MemoryHeapBase::getOffset() const { function in class:android::MemoryHeapBase
H A DIMemory.cpp84 virtual uint32_t getOffset() const;
351 uint32_t BpMemoryHeap::getOffset() const { function in class:android::BpMemoryHeap
375 reply->writeInt32(getOffset());
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1115 int alignmentOffsetX = boundsX.getOffset(this, c, hAlign, pWidth + sumMarginsX, true);
1116 int alignmentOffsetY = boundsY.getOffset(this, c, vAlign, pHeight + sumMarginsY, false);
2211 protected int getOffset(GridLayout gl, View c, Alignment a, int size, boolean horizontal) { method in class:GridLayout.Bounds
2696 protected int getOffset(GridLayout gl, View c, Alignment a, int size, boolean hrz) {
2697 return max(0, super.getOffset(gl, c, a, size, hrz));
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1051 int alignmentOffsetX = boundsX.getOffset(c, hAlign, leftMargin + pWidth + rightMargin);
1052 int alignmentOffsetY = boundsY.getOffset(c, vAlign, topMargin + pHeight + bottomMargin);
2144 protected int getOffset(View c, Alignment alignment, int size) { method in class:GridLayout.Bounds
2620 protected int getOffset(View c, Alignment alignment, int size) {
2621 return max(0, super.getOffset(c, alignment, size));

Completed in 435 milliseconds