Searched refs:showTypes (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ImeInsetsSourceConsumer.java | 215 public boolean setControl(@Nullable InsetsSourceControl control, int[] showTypes, 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 174 showTypes[0] |= mType; in setControl()
|
D | InsetsController.java | 972 final @InsetsType int[] showTypes = new int[1]; in onControlsChanged() local 992 consumer.setControl(control, showTypes, hideTypes); in onControlsChanged() 1000 .setControl(control, showTypes, hideTypes); in onControlsChanged() 1015 showTypes[0] &= ~animatingTypes; in onControlsChanged() 1024 if (showTypes[0] != 0) { in onControlsChanged() 1025 applyAnimation(showTypes[0], true /* show */, false /* fromIme */, in onControlsChanged() 1034 if (showTypes[0] != 0) { in onControlsChanged() 1036 (showTypes[0] & ime()) == 0 ? null : ImeTracker.forLogging().onStart( in onControlsChanged() 1040 applyAnimation(showTypes[0], true /* show */, false /* fromIme */, statsToken); in onControlsChanged()
|
D | ViewRootImpl.java | 3020 private void clearLowProfileModeIfNeeded(@InsetsType int showTypes, boolean fromIme) { in clearLowProfileModeIfNeeded() argument 3022 if ((showTypes & Type.systemBars()) != 0 && !fromIme in clearLowProfileModeIfNeeded()
|