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

123

/frameworks/base/media/java/android/drm/mobile1/
H A DDrmConstraintInfo.java60 public int getCount() { method in class:DrmConstraintInfo
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestGalleryImages.java47 public int getCount() { method in class:BiDiTestGalleryImages
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntryCounter.java24 public int getCount() { method in class:VCardEntryCounter
/frameworks/av/drm/common/
H A DDrmConstraints.cpp28 int DrmConstraints::getCount(void) const { function in class:DrmConstraints
H A DDrmInfoRequest.cpp37 int DrmInfoRequest::getCount(void) const { function in class:DrmInfoRequest
H A DDrmMetadata.cpp21 int DrmMetadata::getCount(void) const { function in class:DrmMetadata
H A DDrmInfo.cpp40 int DrmInfo::getCount(void) const { function in class:DrmInfo
/frameworks/base/core/java/android/widget/
H A DAdapter.java54 int getCount(); method in interface:Adapter
146 * getCount() == 0 but since getCount() includes the headers and footers, specialized
H A DRemoteViewsService.java78 * See {@link Adapter#getCount()}
82 public int getCount(); method in interface:RemoteViewsService.RemoteViewsFactory
151 public synchronized int getCount() { method in class:RemoteViewsService.RemoteViewsFactoryAdapter
154 count = mFactory.getCount();
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListWithFooterViewAndNewLabels.java81 public int getCount() { method in class:ListWithFooterViewAndNewLabels.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/database/
H A DBulkCursorToCursorAdaptor.java69 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/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();
83 public int getCount() { method in class:FakeAdapter
/frameworks/rs/cpp/
H A DType.h68 size_t getCount() const { function in class:android::renderscriptCpp::Type
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DStorageBrowser.java56 public int getCount() { method in class:StorageBrowser.StorageAdapter
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DEffectsTest.java116 public int getCount() { method in class:EffectsTest.EffectListAdapter
117 Log.d(TAG, "EffectListAdapter getCount(): "+mDescriptors.length);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteCursor.java131 public int getCount() { method in class:SQLiteCursor
/frameworks/base/core/java/android/text/method/
H A DCharacterPickerDialog.java130 public final int getCount() { method in class:CharacterPickerDialog.OptionsAdapter

Completed in 169 milliseconds

123