Searched refs:typeMask (Results 1 – 4 of 4) sorted by relevance
138 @NonNull WindowInsetsController controller, int typeMask) { in testChangeSizeWhileControlling()139 if ((typeMask & ime()) != 0 && !mControlling) { in testChangeSizeWhileControlling()
183 final OnControllableInsetsChangedListener listener = (controller, typeMask) -> { in awaitControl()184 if ((typeMask & type) != 0) { in awaitControl()
762 @NonNull WindowInsetsController controller, int typeMask) { in testImeVisibilityWhenDismissingDialogWithImeFocused()763 if ((typeMask & ime()) != 0) { in testImeVisibilityWhenDismissingDialogWithImeFocused()
187 int typeMask) { in onControllableInsetsChanged() argument188 if ((typeMask & ime()) != 0) { in onControllableInsetsChanged()