HomeSort by relevance Sort by last modified time
    Searched refs:getCount (Results 26 - 50 of 1389) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListWithFooterViewAndNewLabelsTest.java 61 1, mAdapter.getCount());
64 2, mListView.getCount());
  /packages/apps/Browser/tests/src/com/android/browser/tests/
BookmarksTests.java 48 assertEquals(1, c.getCount());
56 assertEquals(0, c.getCount());
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionCursorWrapper.java 41 public int getCount() {
42 return mCursor == null ? 0 : mCursor.getCount();
SuggestionCursor.java 39 int getCount();
45 * @throws IndexOutOfBoundsException if {@code pos < 0} or {@code pos >= getCount()}.
  /external/chromium_org/third_party/skia/src/core/
SkBBoxHierarchy.h 69 virtual int getCount() const = 0;
  /external/nist-sip/java/gov/nist/javax/sip/header/
Indentation.java 73 protected int getCount() {
  /external/proguard/src/proguard/classfile/instruction/visitor/
InstructionCounter.java 43 public int getCount()
  /external/proguard/src/proguard/classfile/visitor/
MemberCounter.java 38 public int getCount()
  /external/skia/src/core/
SkBBoxHierarchy.h 69 virtual int getCount() const = 0;
  /frameworks/base/core/tests/inputmethodtests/src/android/os/
InputMethodSubtypeArrayTest.java 36 assertEquals(subtypes.size(), array.getCount());
42 assertEquals(subtypes.size(), clonedArray.getCount());
48 assertEquals(clonedArray.getCount(), clonedClonedArray.getCount());
  /packages/apps/Contacts/src/com/android/contacts/widget/
SingleItemAdapter.java 27 public int getCount() {
  /packages/apps/Gallery/src/com/android/camera/gallery/
IImageList.java 54 public int getCount();
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
historical_info.h 45 int getCount() const {
  /cts/tests/tests/content/src/android/content/cts/
ClipboardManagerListenerTest.java 63 return expectedCount == mListener.getCount();
70 assertEquals(expectedCount, mListener.getCount());
84 public synchronized int getCount() {
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
DateTimeSuggestionListAdapter.java 39 if (position == getCount() - 1) {
51 public int getCount() {
52 return super.getCount() + 1;
  /external/replicaisland/src/com/replica/replicaisland/
BufferLibrary.java 46 final int count = mGridList.getCount();
56 final int count = mGridList.getCount();
66 final int count = mGridList.getCount();
SpriteAnimation.java 46 assert frames.getCount() == frames.getCapacity();
47 final int frameCount = frames.getCount();
84 mFrameStartTimes[mFrames.getCount()] = mLength;
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListWithNoFadingEdgeTest.java 47 mListView.getChildCount() < mListView.getCount());
52 final int numItems = mListView.getCount();
63 final int numItems = mListView.getCount();
  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListTouchBottomGravityTest.java 53 assertEquals(mListView.getAdapter().getCount() - 1, mListView.getSelectedItemPosition());
68 assertEquals("List is not scrolled to the bottom", mListView.getAdapter().getCount() - 1,
87 assertEquals("List is not scrolled to the bottom", mListView.getAdapter().getCount() - 1,
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsListAdapter.java 42 return mAdapter.getCount() == 0;
68 public int getCount() {
70 return s == null ? 0 : s.getCount();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ReorderingCursorWrapper.java 37 if (cursor.getCount() != positionMap.length) {
62 public int getCount() {
63 return mCursor.getCount();
  /frameworks/base/core/java/android/database/
AbstractCursor.java 79 abstract public int getCount();
197 final int count = getCount();
241 return moveToPosition(getCount() - 1);
253 return mPos == 0 && getCount() != 0;
257 int cnt = getCount();
262 if (getCount() == 0) {
269 if (getCount() == 0) {
272 return mPos == getCount();
293 if (getCount() > 0) {
425 if (-1 == mPos || getCount() == mPos)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/
SimpleCursorAdapterTest.java 93 assertEquals(2, ca.getCount());
104 assertEquals(0, ca.getCount());
115 assertEquals(2, ca.getCount());
123 assertEquals(5, ca.getCount());
134 assertEquals(2, ca.getCount());
140 assertEquals(0, ca.getCount());
162 assertEquals(2, ca.getCount());
177 assertEquals(0, ca.getCount());
187 assertEquals(0, ca.getCount());
190 assertEquals(2, ca.getCount());
    [all...]
  /external/chromium_org/third_party/skia/tests/
RTreeTest.cpp 111 REPORTER_ASSERT(reporter, NUM_RECTS == rtree->getCount());
115 REPORTER_ASSERT(reporter, 0 == rtree->getCount());
122 REPORTER_ASSERT(reporter, NUM_RECTS == rtree->getCount());
126 REPORTER_ASSERT(reporter, 0 == rtree->getCount());
133 REPORTER_ASSERT(reporter, NUM_RECTS == rtree->getCount());
137 REPORTER_ASSERT(reporter, 0 == rtree->getCount());
  /external/skia/tests/
RTreeTest.cpp 111 REPORTER_ASSERT(reporter, NUM_RECTS == rtree->getCount());
115 REPORTER_ASSERT(reporter, 0 == rtree->getCount());
122 REPORTER_ASSERT(reporter, NUM_RECTS == rtree->getCount());
126 REPORTER_ASSERT(reporter, 0 == rtree->getCount());
133 REPORTER_ASSERT(reporter, NUM_RECTS == rtree->getCount());
137 REPORTER_ASSERT(reporter, 0 == rtree->getCount());

Completed in 1086 milliseconds

12 3 4 5 6 7 8 91011>>