Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java678 EventStreamTransformation currentStreamTransformation) { in switchEventStreamTransformation() argument
684 currentStreamTransformation.setNext(oldStreamTransformation.getNext()); in switchEventStreamTransformation()
685 mEventHandler.put(displayId, currentStreamTransformation); in switchEventStreamTransformation()
689 eventStreamTransformation.setNext(currentStreamTransformation); in switchEventStreamTransformation()
690 currentStreamTransformation.setNext(oldStreamTransformation.getNext()); in switchEventStreamTransformation()