Searched refs:systemBarInset (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardSecurityContainerTest.java | 131 Insets systemBarInset = Insets.of(0, 0, 0, systemBarInsetAmount); in testOnApplyWindowInsets() local 135 .setInsetsIgnoringVisibility(systemBars(), systemBarInset) in testOnApplyWindowInsets() 152 Insets systemBarInset = Insets.of(0, 0, 0, systemBarInsetAmount); in testOnApplyWindowInsets_largerSystembar() local 156 .setInsetsIgnoringVisibility(systemBars(), systemBarInset) in testOnApplyWindowInsets_largerSystembar() 172 Insets systemBarInset = Insets.of(0, 0, 0, systemBarInsetAmount); in testOnApplyWindowInsets_disappearAnimation_paddingNotSet() local 176 .setInsetsIgnoringVisibility(systemBars(), systemBarInset) in testOnApplyWindowInsets_disappearAnimation_paddingNotSet()
|