Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardSecurityContainerTest.java130 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/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java939 int imeInset = 100; in testWindowInsetAnimationProgress_updatesBottomInset() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java658 int imeInset = insets.getInsets(ime()).bottom; in onApplyWindowInsets() local