Home
last modified time | relevance | path

Searched defs:imeInset (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityContainerTest.java110 Insets imeInset = Insets.of(0, 0, 0, imeInsetAmount); in onMeasure_respectsViewInsets() local
134 Insets imeInset = Insets.of(0, 0, 0, imeInsetAmount); in onMeasure_respectsViewInsets_largerSystembar() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
H A DAccessibilityFloatingMenuViewTest.java404 final WindowInsets imeInset = fakeImeInsetWith(menuView, offset); in showMenuView_insetsListener_overlapWithIme_menuViewShifted() local
417 final WindowInsets imeInset = fakeImeInsetWith(mMenuView, offset); in hideIme_onMenuViewShifted_menuViewMovedBack() local
434 final WindowInsets imeInset = fakeImeInsetWith(mMenuView, offset); in showMenuAndIme_withHigherIme_alignDisplayTopEdge() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java628 int imeInset = insets.getInsets(ime()).bottom; in onApplyWindowInsets() local