Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DInputConsumerController.java147 public void registerInputConsumer(boolean withSfVsync) { in registerInputConsumer() argument
157 withSfVsync ? Choreographer.getSfInstance() : Choreographer.getInstance()); in registerInputConsumer()