Home
last modified time | relevance | path

Searched refs:systemBarInsetAmount (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityContainerTest.java127 int systemBarInsetAmount = 0; in testOnApplyWindowInsets() local
131 Insets systemBarInset = Insets.of(0, 0, 0, systemBarInsetAmount); in testOnApplyWindowInsets()
147 int systemBarInsetAmount = paddingBottom + 1; in testOnApplyWindowInsets_largerSystembar() local
152 Insets systemBarInset = Insets.of(0, 0, 0, systemBarInsetAmount); in testOnApplyWindowInsets_largerSystembar()
160 assertThat(mKeyguardSecurityContainer.getPaddingBottom()).isEqualTo(systemBarInsetAmount); in testOnApplyWindowInsets_largerSystembar()
168 int systemBarInsetAmount = 0; in testOnApplyWindowInsets_disappearAnimation_paddingNotSet() local
172 Insets systemBarInset = Insets.of(0, 0, 0, systemBarInsetAmount); in testOnApplyWindowInsets_disappearAnimation_paddingNotSet()