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

1234567

/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mopria/
H A DMopriaRecommendationPlugin.java50 public int getCount() { method in class:MopriaRecommendationPlugin
51 Pair<Integer, Integer> count = mListener.getCount();
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestGalleryImages.java47 public int getCount() { method in class:BiDiTestGalleryImages
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DAbstractItem.java37 public int getCount() { method in class:AbstractItem
H A DItemHierarchy.java54 int getCount(); method in interface:ItemHierarchy
59 * @param position An integer from 0 to {@link #getCount()}}, which indicates the position in
/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/os/health/
H A DTimerStat.java99 public int getCount() { method in class:TimerStat
/frameworks/base/core/java/android/widget/
H A DAdapter.java54 int getCount(); method in interface:Adapter
145 * 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/base/core/java/android/database/
H A DBulkCursorToCursorAdaptor.java68 public int getCount() { method in class:BulkCursorToCursorAdaptor
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtypeArray.java160 public int getCount() { method in class:InputMethodSubtypeArray
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuAdapter.java51 public int getCount() { method in class:MenuAdapter
/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());

Completed in 632 milliseconds

1234567