Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsSourceConsumerTest.java181 int[] hideTypes = new int[1]; in testRestore()
184 new int[1], hideTypes); in testRestore()
185 assertEquals(statusBars(), hideTypes[0]); in testRestore()
199 int[] hideTypes = new int[1]; in testRestore_noAnimation()
202 new int[1], hideTypes); in testRestore_noAnimation()
204 assertEquals(0, hideTypes[0]); in testRestore_noAnimation()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
H A DBarControlPolicy.java118 int hideTypes = 0; in getBarVisibilities() local
121 hideTypes |= WindowInsets.Type.statusBars(); in getBarVisibilities()
126 hideTypes |= WindowInsets.Type.navigationBars(); in getBarVisibilities()
131 return new int[] {showTypes, hideTypes}; in getBarVisibilities()
/aosp12/frameworks/base/core/java/android/view/
H A DImeInsetsSourceConsumer.java125 int[] hideTypes) { in setControl() argument
126 super.setControl(control, showTypes, hideTypes); in setControl()
H A DInsetsSourceConsumer.java119 @InsetsType int[] showTypes, @InsetsType int[] hideTypes) { in setControl() argument
166 hideTypes[0] |= toPublicType(getType()); in setControl()
H A DInsetsController.java846 final int[] hideTypes = new int[1]; in onControlsChanged() local
855 consumer.setControl(control, showTypes, hideTypes); in onControlsChanged()
863 consumer.setControl(control, showTypes, hideTypes); in onControlsChanged()
894 hideTypes[0] &= ~animatingTypes; in onControlsChanged()
899 if (hideTypes[0] != 0) { in onControlsChanged()
900 applyAnimation(hideTypes[0], false /* show */, false /* fromIme */); in onControlsChanged()