Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A 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
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java655 int imeInset = insets.getInsets(ime()).bottom; in onApplyWindowInsets() local