Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DImeInsetsControllerTest.java138 @NonNull WindowInsetsController controller, int typeMask) { in testChangeSizeWhileControlling()
139 if ((typeMask & ime()) != 0 && !mControlling) { in testChangeSizeWhileControlling()
DInputMethodStatsTest.java183 final OnControllableInsetsChangedListener listener = (controller, typeMask) -> { in awaitControl()
184 if ((typeMask & type) != 0) { in awaitControl()
DKeyboardVisibilityControlTest.java762 @NonNull WindowInsetsController controller, int typeMask) { in testImeVisibilityWhenDismissingDialogWithImeFocused()
763 if ((typeMask & ime()) != 0) { in testImeVisibilityWhenDismissingDialogWithImeFocused()
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationSynchronicityTests.java187 int typeMask) { in onControllableInsetsChanged() argument
188 if ((typeMask & ime()) != 0) { in onControllableInsetsChanged()