Searched refs:hideTypes (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsSourceConsumerTest.java | 188 int[] hideTypes = new int[1]; in testRestore() local 192 new int[1], hideTypes); in testRestore() 193 assertEquals(statusBars(), hideTypes[0]); in testRestore() local 206 int[] hideTypes = new int[1]; in testRestore_noAnimation() local 210 new int[1], hideTypes); in testRestore_noAnimation() 212 assertEquals(0, hideTypes[0]); in testRestore_noAnimation()
|
/frameworks/base/core/java/android/view/ |
D | ImeInsetsSourceConsumer.java | 216 int[] hideTypes) { in setControl() argument 218 return super.setControl(control, showTypes, hideTypes); in setControl() 222 if (!super.setControl(control, showTypes, hideTypes)) { in setControl()
|
D | InsetsSourceConsumer.java | 132 @InsetsType int[] showTypes, @InsetsType int[] hideTypes) { in setControl() argument 176 hideTypes[0] |= mType; in setControl()
|
D | InsetsController.java | 973 final @InsetsType int[] hideTypes = new int[1]; in onControlsChanged() local 992 consumer.setControl(control, showTypes, hideTypes); in onControlsChanged() 1000 .setControl(control, showTypes, hideTypes); in onControlsChanged() 1016 hideTypes[0] &= ~animatingTypes; in onControlsChanged() 1028 if (hideTypes[0] != 0) { in onControlsChanged() 1029 applyAnimation(hideTypes[0], false /* show */, false /* fromIme */, in onControlsChanged() 1042 if (hideTypes[0] != 0) { in onControlsChanged() 1044 (hideTypes[0] & ime()) == 0 ? null : ImeTracker.forLogging().onStart( in onControlsChanged() 1048 applyAnimation(hideTypes[0], false /* show */, false /* fromIme */, statsToken); in onControlsChanged()
|