Searched refs:onApplyWindowInsets (Results 1 – 6 of 6) sorted by relevance
77 mContent.setOnApplyWindowInsetsListener(this::onApplyWindowInsets); in onCreate()78 mContent.getRootView().setOnApplyWindowInsetsListener(this::onApplyWindowInsets); in onCreate()79 getWindow().getDecorView().setOnApplyWindowInsetsListener(this::onApplyWindowInsets); in onCreate()133 public WindowInsets onApplyWindowInsets(View v, WindowInsets insets) { in onApplyWindowInsets() method in WindowInsetsActivity
38 public WindowInsets onApplyWindowInsets(View v, WindowInsets in) { in onApplyWindowInsets() method in TransitionActivity
77 public WindowInsets onApplyWindowInsets(WindowInsets insets) { in onApplyWindowInsets() method in BoxInsetLayout78 insets = super.onApplyWindowInsets(insets); in onApplyWindowInsets()
100 public WindowInsets onApplyWindowInsets(View v, WindowInsets in) { in onApplyWindowInsets() method in PixelCopyViewProducerActivity
2820 verify(listenerMock).onApplyWindowInsets(any(), in testDispatchInsets_affectsChildren()2842 verify(listenerMock).onApplyWindowInsets(any(), in testDispatchInsets_doesntAffectSiblings()2866 verify(listenerMock).onApplyWindowInsets(any(), in testDispatchInsets_doesntAffectParentSiblings()2887 verify(listenerMock).onApplyWindowInsets(any(), in testDispatchInsets_consumeDoesntStopDispatch()
450 public WindowInsets onApplyWindowInsets(WindowInsets insets) { in onApplyWindowInsets() method in MockIme.KeyboardLayoutView