Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityContainerTest.java105 int imeInsetAmount = 100; in onMeasure_respectsViewInsets() local
110 Insets imeInset = Insets.of(0, 0, 0, imeInsetAmount); in onMeasure_respectsViewInsets()
120 SCREEN_WIDTH - imeInsetAmount, View.MeasureSpec.EXACTLY); in onMeasure_respectsViewInsets()
129 int imeInsetAmount = 0; in onMeasure_respectsViewInsets_largerSystembar() local
134 Insets imeInset = Insets.of(0, 0, 0, imeInsetAmount); in onMeasure_respectsViewInsets_largerSystembar()