Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java733 EventStreamTransformation oldStreamTransformation, in switchEventStreamTransformation() argument
739 if (eventStreamTransformation == oldStreamTransformation) { in switchEventStreamTransformation()
740 currentStreamTransformation.setNext(oldStreamTransformation.getNext()); in switchEventStreamTransformation()
744 if (eventStreamTransformation.getNext() == oldStreamTransformation) { in switchEventStreamTransformation()
746 currentStreamTransformation.setNext(oldStreamTransformation.getNext()); in switchEventStreamTransformation()