Home
last modified time | relevance | path

Searched refs:showTypes (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DImeInsetsSourceConsumer.java191 public boolean setControl(@Nullable InsetsSourceControl control, int[] showTypes, in setControl() argument
195 if (!super.setControl(control, showTypes, hideTypes)) { in setControl()
H A DInsetsSourceConsumer.java129 @InsetsType int[] showTypes, @InsetsType int[] hideTypes) { in setControl() argument
171 showTypes[0] |= mType; in setControl()
H A DInsetsController.java1013 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 DViewRootImpl.java2753 private void clearLowProfileModeIfNeeded(@InsetsType int showTypes, boolean fromIme) { in clearLowProfileModeIfNeeded() argument
2755 if ((showTypes & Type.systemBars()) != 0 && !fromIme in clearLowProfileModeIfNeeded()