Searched refs:lastStylusButtonTailUpEventTime (Results 1 – 1 of 1) sorted by relevance
151 private var lastStylusButtonTailUpEventTime: Long = -MULTI_PRESS_TIMEOUT variable in com.android.systemui.notetask.NoteTaskInitializer162 val isMultiPress = (downTime - lastStylusButtonTailUpEventTime) < MULTI_PRESS_TIMEOUT in KeyEvent()164 lastStylusButtonTailUpEventTime = eventTime in KeyEvent()