/frameworks/base/core/java/android/database/ |
D | CursorJoiner.java | 124 return !mCursorLeft.isLast() || !mCursorRight.isLast(); in hasNext() 127 return !mCursorLeft.isLast() || !mCursorRight.isAfterLast(); in hasNext() 130 return !mCursorLeft.isAfterLast() || !mCursorRight.isLast(); in hasNext()
|
D | CursorWrapper.java | 141 public boolean isLast() { in isLast() method in CursorWrapper 142 return mCursor.isLast(); in isLast()
|
D | Cursor.java | 152 boolean isLast(); in isLast() method
|
D | AbstractCursor.java | 256 public final boolean isLast() { in isLast() method in AbstractCursor
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | WindowAlignment.java | 197 final public int getSystemScrollPos(boolean isFirst, boolean isLast) { in getSystemScrollPos() argument 198 return getSystemScrollPos((int) mScrollCenter, isFirst, isLast); in getSystemScrollPos() 201 final public int getSystemScrollPos(int scrollCenter, boolean isFirst, boolean isLast) { in getSystemScrollPos() argument 233 (isLast || mMaxEdge - scrollCenter <= afterMiddlePosition)) { in getSystemScrollPos()
|
D | GridLayoutManager.java | 2050 boolean isLast = mLastVisiblePos == (mState == null ? 2052 if (isFirst || isLast) { 2060 isLast = false; 2065 return mWindowAlignment.mainAxis().getSystemScrollPos(viewCenterPrimary, isFirst, isLast); 2074 boolean isLast = row == mGrid.getNumRows() - 1; 2076 isFirst, isLast);
|
/frameworks/ex/common/tools/ |
D | make-iana-tld-pattern.py | 35 def dump(self, isWebUrl=False, isFirst=False, isLast=False): argument 84 if not isLast: 119 output += getBucket(buckets, 'z').dump(isLast=True, isWebUrl=isWebUrl)
|
/frameworks/base/core/java/android/speech/srec/ |
D | Recognizer.java | 293 public int putAudio(byte[] buf, int offset, int length, boolean isLast) { in putAudio() argument 294 return SR_RecognizerPutAudio(mRecognizer, buf, offset, length, isLast); in putAudio() 632 int length, boolean isLast); in SR_RecognizerPutAudio() argument
|
/frameworks/base/test-runner/src/android/test/mock/ |
D | MockCursor.java | 114 public boolean isLast() { in isLast() method in MockCursor
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | SymbolCategory.h | 165 bool isLast() const in isLast() function
|
/frameworks/base/core/tests/coretests/src/android/database/ |
D | MatrixCursorTest.java | 176 assertTrue(cursor.isLast()); in testRowBuilderOffer()
|
/frameworks/compile/mclinker/lib/MC/ |
D | SymbolCategory.cpp | 163 assert(!current->isLast() && "target category is wrong."); in arrange()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsRelocator.cpp | 76 bool isLast() const in isLast() function in mcld::MipsRelocationInfo 206 if (info.isLast()) { in applyRelocation()
|
/frameworks/base/api/ |
D | current.txt | 9298 method public final boolean isLast(); 9408 method public abstract boolean isLast(); 9515 method public boolean isLast(); 29124 method public boolean isLast(); 46274 method public abstract boolean isLast() throws java.sql.SQLException;
|