Home
last modified time | relevance | path

Searched defs:mItemCount (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DPersisterQueueTests.java321 private final AtomicInteger mItemCount = new AtomicInteger(0);; field in PersisterQueueTests.TestWriteQueueItemFactory
348 private AtomicInteger mItemCount; field in PersisterQueueTests.TestItem
376 private FilterableTestItem(boolean shouldKeepOnFilter, AtomicInteger mItemCount, in FilterableTestItem()
/aosp12/system/media/audio_utils/include/audio_utils/
H A DHistogram.h141 int64_t mItemCount = 0; variable
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/list/
H A DSchedulesHeaderRow.java28 private int mItemCount; field in SchedulesHeaderRow
/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java91 int mItemCount = UNDEFINED; field in AccessibilityRecord
/aosp12/packages/apps/Gallery2/src/com/android/photos/views/
H A DGalleryThumbnailView.java63 private int mItemCount; field in GalleryThumbnailView
/aosp12/frameworks/base/core/java/android/widget/
H A DAdapterView.java194 int mItemCount; field in AdapterView
H A DAbsListView.java2201 mFastScroll.onItemCountChanged(getChildCount(), mItemCount); in onLayout() local
/aosp12/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java112 private int mItemCount; field in StaggeredGridView
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java11314 int mItemCount = 0; field in RecyclerView.State