Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuViewLayerTest.java265 final WindowInsets fakeShowingImeInsets = fakeImeInsets(/* isImeVisible= */ true); in dispatchShowingImeInsets() local
266 doReturn(fakeShowingImeInsets).when(mWindowMetrics).getWindowInsets(); in dispatchShowingImeInsets()
267 mMenuViewLayer.dispatchApplyWindowInsets(fakeShowingImeInsets); in dispatchShowingImeInsets()