Searched refs:showTypes (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ImeInsetsSourceConsumer.java | 191 public boolean setControl(@Nullable InsetsSourceControl control, int[] showTypes, 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 171 showTypes[0] |= mType; in setControl()
|
H A D | InsetsController.java | 1013 final @InsetsType int[] showTypes = new int[1]; in onControlsChanged() local 1033 consumer.setControl(control, showTypes, hideTypes); in onControlsChanged() 1041 .setControl(control, showTypes, hideTypes); in onControlsChanged() 1056 showTypes[0] &= ~animatingTypes; in onControlsChanged() 1059 if (showTypes[0] != 0) { in onControlsChanged() 1060 applyAnimation(showTypes[0], true /* show */, false /* fromIme */, in onControlsChanged()
|
H A D | ViewRootImpl.java | 2753 private void clearLowProfileModeIfNeeded(@InsetsType int showTypes, boolean fromIme) { in clearLowProfileModeIfNeeded() argument 2755 if ((showTypes & Type.systemBars()) != 0 && !fromIme in clearLowProfileModeIfNeeded()
|