Searched defs:getCount (Results 1 - 25 of 42) sorted by relevance

12

/frameworks/base/media/java/android/drm/mobile1/
H A DDrmConstraintInfo.java60 public int getCount() { method in class:DrmConstraintInfo
/frameworks/base/core/java/android/widget/
H A DAdapter.java55 int getCount(); method in interface:Adapter
144 * getCount() == 0 but since getCount() includes the headers and footers, specialized
H A DHeaderViewListAdapter.java130 public int getCount() { method in class:HeaderViewListAdapter
132 return getFootersCount() + getHeadersCount() + mAdapter.getCount();
157 adapterCount = mAdapter.getCount();
178 adapterCount = mAdapter.getCount();
192 int adapterCount = mAdapter.getCount();
218 adapterCount = mAdapter.getCount();
232 int adapterCount = mAdapter.getCount();
H A DAbsSpinner.java113 mItemCount = mAdapter.getCount();
187 if (selectedPosition >= 0 && mAdapter != null && selectedPosition < mAdapter.getCount()) {
327 public int getCount() { method in class:AbsSpinner
H A DArrayAdapter.java290 public int getCount() { method in class:ArrayAdapter
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListWithFooterViewAndNewLabels.java81 public int getCount() { method in class:ListWithFooterViewAndNewLabels.MyAdapter
H A DListOfInternalSelectionViews.java148 public int getCount() { method in class:ListOfInternalSelectionViews.MyAdapter
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListTakeFocusFromSide.java51 public int getCount() { method in class:ListTakeFocusFromSide.ThrashListAdapter
H A DAdjacentListsWithAdjacentISVsInside.java109 public int getCount() { method in class:AdjacentListsWithAdjacentISVsInside.AdjacentISVAdapter
H A DListThrasher.java75 public int getCount() { method in class:ListThrasher.ThrashListAdapter
101 int position = mRandomizer.nextInt(getCount());
/frameworks/base/core/java/android/pim/vcard/
H A DVCardEntryCounter.java26 public int getCount() { method in class:VCardEntryCounter
H A DVCardComposer.java448 if (getCount() == 0 || !mCursor.moveToFirst()) {
652 public int getCount() { method in class:VCardComposer
657 return mCursor.getCount();
/frameworks/base/core/tests/coretests/src/android/view/
H A DListContextMenu.java61 public int getCount() { method in class:ListContextMenu.ThrashListAdapter
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridDelete.java91 public int getCount() { method in class:GridDelete.DeleteAdapter
H A DGridThrasher.java77 public int getCount() { method in class:GridThrasher.ThrashListAdapter
103 int position = mRandomizer.nextInt(getCount());
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeAdapter.java65 int count = dataBindingItem.getCount();
81 public int getCount() { method in class:FakeAdapter
/frameworks/ex/common/java/com/android/common/
H A DArrayListCursor.java66 if (position < 0 || position > getCount()) {
113 public int getCount() { method in class:ArrayListCursor
/frameworks/base/core/java/android/database/
H A DBulkCursorToCursorAdaptor.java93 public int getCount() { method in class:BulkCursorToCursorAdaptor
H A DMatrixCursor.java218 public int getCount() { method in class:MatrixCursor
H A DMergeCursor.java55 public int getCount() method in class:MergeCursor
61 count += mCursors[i].getCount();
79 if (newPosition < (cursorStartPos + mCursors[i].getCount())) {
84 cursorStartPos += mCursors[i].getCount();
/frameworks/base/core/java/android/text/method/
H A DCharacterPickerDialog.java130 public final int getCount() { method in class:CharacterPickerDialog.OptionsAdapter
/frameworks/base/core/java/com/android/internal/database/
H A DSortCursor.java91 public int getCount() method in class:SortCursor
97 count += mCursors[i].getCount();
/frameworks/base/core/java/android/app/
H A DLauncherActivity.java134 public int getCount() { method in class:LauncherActivity.ActivityAdapter
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteCursor.java266 public int getCount() { method in class:SQLiteCursor
/frameworks/base/core/java/android/preference/
H A DPreferenceGroupAdapter.java196 public int getCount() { method in class:PreferenceGroupAdapter
201 if (position < 0 || position >= getCount()) return null;
206 if (position < 0 || position >= getCount()) return ListView.INVALID_ROW_ID;
226 if (position < 0 || position >= getCount()) return true;

Completed in 673 milliseconds

12