Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityContainerTest.java106 int systemBarInsetAmount = 10; in onMeasure_respectsViewInsets() local
111 Insets systemBarInset = Insets.of(0, 0, 0, systemBarInsetAmount); in onMeasure_respectsViewInsets()
130 int systemBarInsetAmount = 10; in onMeasure_respectsViewInsets_largerSystembar() local
135 Insets systemBarInset = Insets.of(0, 0, 0, systemBarInsetAmount); in onMeasure_respectsViewInsets_largerSystembar()
143 SCREEN_WIDTH - systemBarInsetAmount, View.MeasureSpec.EXACTLY); in onMeasure_respectsViewInsets_largerSystembar()