Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DTimeLimitedMotionEventBuffer.java39 public TimeLimitedMotionEventBuffer(long maxAgeMs) { in TimeLimitedMotionEventBuffer() argument
41 mMaxAgeMs = maxAgeMs; in TimeLimitedMotionEventBuffer()