Home
last modified time | relevance | path

Searched refs:cacheCount (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DCachedEventDispatcher.java56 int cacheCount = mCache == null ? 0 : mCache.size(); in setConsumer() local
57 for (int i = 0; i < cacheCount; i++) { in setConsumer()
/aosp12/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp57 mCachedFrame.mdpCount, mCachedFrame.cacheCount); in dump()
247 cacheCount = 0; in reset()
261 cacheCount = curFrame.fbCount; in updateCounts()
764 (mCurrentFrame.fbCount != mCachedFrame.cacheCount) || in prepare()
H A Dhwc_mdpcomp.h105 int cacheCount; member
/aosp12/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java1027 int cacheCount; in updateRemoteViews() local
1030 cacheCount = mCache.mMetaData.count; in updateRemoteViews()
1034 int[] visibleWindow = getVisibleWindow(cacheCount); in updateRemoteViews()