Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/debug/
DFocusEventDebugView.java93 private final Supplier<RotaryInputGraphView> mRotaryInputGraphViewFactory; field in FocusEventDebugView
106 mRotaryInputGraphViewFactory = rotaryInputGraphViewFactory; in FocusEventDebugView()
222 mRotaryInputGraphView = mRotaryInputGraphViewFactory.get(); in handleUpdateShowRotaryInput()