Searched refs:fakeShowingImeInsets (Results 1 – 1 of 1) sorted by relevance
265 final WindowInsets fakeShowingImeInsets = fakeImeInsets(/* isImeVisible= */ true); in dispatchShowingImeInsets() local266 doReturn(fakeShowingImeInsets).when(mWindowMetrics).getWindowInsets(); in dispatchShowingImeInsets()267 mMenuViewLayer.dispatchApplyWindowInsets(fakeShowingImeInsets); in dispatchShowingImeInsets()