Searched defs:imeInset (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardSecurityContainerTest.java | 130 Insets imeInset = Insets.of(0, 0, 0, imeInsetAmount); in testOnApplyWindowInsets() local 151 Insets imeInset = Insets.of(0, 0, 0, imeInsetAmount); in testOnApplyWindowInsets_largerSystembar() local 171 Insets imeInset = Insets.of(0, 0, 0, imeInsetAmount); in testOnApplyWindowInsets_disappearAnimation_paddingNotSet() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/ |
D | AccessibilityFloatingMenuViewTest.java | 414 final WindowInsets imeInset = fakeImeInsetWith(menuView, offset); in showMenuView_insetsListener_overlapWithIme_menuViewShifted() local 427 final WindowInsets imeInset = fakeImeInsetWith(mMenuView, offset); in hideIme_onMenuViewShifted_menuViewMovedBack() local 444 final WindowInsets imeInset = fakeImeInsetWith(mMenuView, offset); in showMenuAndIme_withHigherIme_alignDisplayTopEdge() local
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardSecurityContainer.java | 641 int imeInset = insets.getInsets(ime()).bottom; in onApplyWindowInsets() local
|