Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java734 EventStreamTransformation currentStreamTransformation) { in switchEventStreamTransformation() argument
740 currentStreamTransformation.setNext(oldStreamTransformation.getNext()); in switchEventStreamTransformation()
741 mEventHandler.put(displayId, currentStreamTransformation); in switchEventStreamTransformation()
745 eventStreamTransformation.setNext(currentStreamTransformation); in switchEventStreamTransformation()
746 currentStreamTransformation.setNext(oldStreamTransformation.getNext()); in switchEventStreamTransformation()