Searched refs:hideTypes (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | InsetsSourceConsumerTest.java | 188 int[] hideTypes = new int[1]; in testRestore() 192 new int[1], hideTypes); in testRestore() 193 assertEquals(statusBars(), hideTypes[0]); in testRestore() 206 int[] hideTypes = new int[1]; in testRestore_noAnimation() 210 new int[1], hideTypes); in testRestore_noAnimation() 212 assertEquals(0, hideTypes[0]); in testRestore_noAnimation()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ImeInsetsSourceConsumer.java | 192 int[] hideTypes) { in setControl() argument 195 if (!super.setControl(control, showTypes, hideTypes)) { in setControl()
|
H A D | InsetsSourceConsumer.java | 129 @InsetsType int[] showTypes, @InsetsType int[] hideTypes) { in setControl() argument 173 hideTypes[0] |= mType; in setControl()
|
H A D | InsetsController.java | 1014 final @InsetsType int[] hideTypes = new int[1]; in onControlsChanged() local 1033 consumer.setControl(control, showTypes, hideTypes); in onControlsChanged() 1041 .setControl(control, showTypes, hideTypes); in onControlsChanged() 1057 hideTypes[0] &= ~animatingTypes; in onControlsChanged() 1063 if (hideTypes[0] != 0) { in onControlsChanged() 1064 applyAnimation(hideTypes[0], false /* show */, false /* fromIme */, in onControlsChanged()
|