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.java140 Insets imeInset = Insets.of(0, 0, 0, imeInsetAmount); in testOnApplyWindowInsets() local
161 Insets imeInset = Insets.of(0, 0, 0, imeInsetAmount); in testOnApplyWindowInsets_largerSystembar() local
181 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.java1083 int imeInset = 100; in testWindowInsetAnimationProgress_updatesBottomInset() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java690 int imeInset = insets.getInsets(ime()).bottom; in onApplyWindowInsets() local