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

12345

/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 DRemoteViewsListAdapter.java66 public int getCount() { method in class:RemoteViewsListAdapter
86 if (position < getCount()) {
105 if (position < getCount()) {
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/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameValues.java30 public int getCount() { method in class:FrameValues
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DOverflowMenuAdapter.java48 public int getCount() { method in class:OverflowMenuAdapter
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapVcardList.java80 public int getCount() { method in class:BluetoothPbapVcardList
/frameworks/base/core/java/android/database/
H A DBulkCursorToCursorAdaptor.java69 public int getCount() { method in class:BulkCursorToCursorAdaptor
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtypeArray.java165 public int getCount() { method in class:InputMethodSubtypeArray
/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/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/packages/DocumentsUI/src/com/android/documentsui/
H A DColumnAdapter.java73 public int getCount() { method in class:ColumnAdapter
74 return (mWrapped.getCount() + mColumns - 1) / mColumns;
99 final int last = mWrapped.getCount() - 1;
H A DFilteringCursorWrapper.java50 final int count = cursor.getCount();
68 Log.d(TAG, "Before filtering " + cursor.getCount() + ", after " + mCount);
93 public int getCount() { method in class:FilteringCursorWrapper

Completed in 359 milliseconds

12345