Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java133 mWindowLayoutInfoConsumer; field in MockIme
848 mWindowLayoutInfoConsumer = (windowLayoutInfo) -> getTracer().getWindowLayoutInfo( in onCreate()
850 mWindowLayoutComponent.addWindowLayoutInfoListener(this, mWindowLayoutInfoConsumer); in onCreate()
1257 mWindowLayoutComponent.removeWindowLayoutInfoListener(mWindowLayoutInfoConsumer);