Home
last modified time | relevance | path

Searched refs:lastCount (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DTrackedCollections.java56 collectionState.halfwayCount = collectionState.lastCount; in track()
58 collectionState.lastCount = collection.size(); in track()
68 int lastCount = -1; field in TrackedCollections.CollectionState
87 ratePerHour(startUptime + HALFWAY_DELAY, halfwayCount, now, lastCount), in dump()
88 ratePerHour(startUptime, 0, now, lastCount), in dump()
89 lastCount); in dump()
/aosp14/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java1003 final int lastCount = mSensorDiscontinuityCounts.get(handle); in dispatchSensorEvent() local
1005 if (lastCount >= 0 && lastCount != curCount) { in dispatchSensorEvent()