Home
last modified time | relevance | path

Searched refs:mTotalCount (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dlanguage_model_dict_content_global_counters.h33 mTotalCount(readValue(mBuffer, TOTAL_COUNT_INDEX)), in LanguageModelDictContentGlobalCounters()
37 : mBuffer(0 /* maxAdditionalBufferSize */), mTotalCount(0), mMaxValueOfCounters(0) {} in LanguageModelDictContentGlobalCounters()
41 || mTotalCount >= TOTAL_COUNT_VALUE_NEAR_LIMIT_THRESHOLD; in needsToHalveCounters()
45 return mTotalCount; in getTotalCount()
51 if (!bufferToWrite.writeUint(mTotalCount, COUNTER_SIZE_IN_BYTES, in save()
63 mTotalCount += 1; in incrementTotalCount()
67 mTotalCount += count; in addToTotalCount()
76 mTotalCount /= 2; in halveCounters()
89 int mTotalCount; variable
/packages/apps/Launcher3/src/com/android/launcher3/dot/
DDotInfo.java42 private int mTotalCount; field in DotInfo
56 mTotalCount -= prevKey.count; in addOrUpdateNotificationKey()
57 mTotalCount += notificationKey.count; in addOrUpdateNotificationKey()
63 mTotalCount += notificationKey.count; in addOrUpdateNotificationKey()
74 mTotalCount -= notificationKey.count; in removeNotificationKey()
84 return Math.min(mTotalCount, MAX_COUNT); in getNotificationCount()
90 return Integer.toString(mTotalCount); in toString()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/
DAudioTrackMonitor.java41 private long mTotalCount; field in AudioTrackMonitor
61 mTotalCount = 0; in reset()
80 mTotalCount++; in addPts()
85 if (mTotalCount == 1) { in addPts()
109 long sampleDuration = (mTotalCount - 1) * unitDuration / 1000; in maybeLog()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAlbumSetDataLoader.java55 private final int[] mTotalCount; field in AlbumSetDataLoader
81 mTotalCount = new int[cacheSize]; in AlbumSetDataLoader()
136 return mTotalCount[index % mTotalCount.length]; in getTotalCount()
167 mTotalCount[slotIndex] = 0; in clearSlot()
303 mTotalCount[pos] = info.totalCount; in call()
/packages/apps/Contacts/src/com/android/contacts/vcard/
DImportProcessor.java66 private int mTotalCount = 0; field in ImportProcessor
93 entry, mCurrentCount, mTotalCount); in onEntryCreated()
151 mTotalCount += entryCount; in runInternal()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumSetSlidingWindow.java482 private final int mTotalCount; field in AlbumSetSlidingWindow.AlbumLabelLoader
489 mTotalCount = totalCount; in AlbumLabelLoader()
496 mTitle, String.valueOf(mTotalCount), mSourceType), l); in submitBitmapTask()