Searched refs:mTotalCount (Results 1 – 7 of 7) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
D | language_model_dict_content_global_counters.h | 33 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/ |
D | DotInfo.java | 42 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()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/ |
D | AudioTrackMonitor.java | 41 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/ |
D | AlbumSetDataLoader.java | 55 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/Nfc/src/com/android/nfc/beam/ |
D | BeamTransferManager.java | 131 int mTotalCount; field in BeamTransferManager 157 mTotalCount = (pendingTransfer.uris != null) ? pendingTransfer.uris.length : 0; in BeamTransferManager() 252 if (mCurrentCount == mTotalCount) { in finishTransfer() 274 mTotalCount = objectCount; in setObjectCount() 326 if (mTotalCount > 0) { in updateNotification() 327 float progressUnit = 1.0f / mTotalCount; in updateNotification() 330 if (mTotalCount > 0 && progress > 0) { in updateNotification()
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | ImportProcessor.java | 66 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/ |
D | AlbumSetSlidingWindow.java | 482 private final int mTotalCount; field in AlbumSetSlidingWindow.AlbumLabelLoader 489 mTotalCount = totalCount; in AlbumLabelLoader() 496 mTitle, String.valueOf(mTotalCount), mSourceType), l); in submitBitmapTask()
|