Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
DNoteTaskInitializer.kt151 private var lastStylusButtonTailUpEventTime: Long = -MULTI_PRESS_TIMEOUT variable in com.android.systemui.notetask.NoteTaskInitializer
162 val isMultiPress = (downTime - lastStylusButtonTailUpEventTime) < MULTI_PRESS_TIMEOUT in KeyEvent()
164 lastStylusButtonTailUpEventTime = eventTime in KeyEvent()