Searched refs:imeInset (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/ |
D | KeyguardSecurityContainerTest.java | 130 Insets imeInset = Insets.of(0, 0, 0, imeInsetAmount); in testOnApplyWindowInsets() local 134 .setInsets(ime(), imeInset) in testOnApplyWindowInsets() 151 Insets imeInset = Insets.of(0, 0, 0, imeInsetAmount); in testOnApplyWindowInsets_largerSystembar() local 155 .setInsets(ime(), imeInset) in testOnApplyWindowInsets_largerSystembar() 171 Insets imeInset = Insets.of(0, 0, 0, imeInsetAmount); in testOnApplyWindowInsets_disappearAnimation_paddingNotSet() local 175 .setInsets(ime(), imeInset) in testOnApplyWindowInsets_disappearAnimation_paddingNotSet()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutTest.java | 939 int imeInset = 100; in testWindowInsetAnimationProgress_updatesBottomInset() local 941 .setInsets(ime(), Insets.of(0, 0, 0, imeInset)).build(); in testWindowInsetAnimationProgress_updatesBottomInset() 946 assertEquals(imeInset, mStackScrollerInternal.mImeInset); in testWindowInsetAnimationProgress_updatesBottomInset()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardSecurityContainer.java | 658 int imeInset = insets.getInsets(ime()).bottom; in onApplyWindowInsets() local 659 int inset = max(bottomInset, imeInset); in onApplyWindowInsets()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 2355 int imeInset = getImeInset(); 2356 scrollRange += Math.min(imeInset, Math.max(0, contentHeight - (getHeight() - imeInset)));
|