Home
last modified time | relevance | path

Searched refs:activeControl (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayImeController.java271 for (InsetsSourceControl activeControl : activeControls) { in insetsControlChanged()
272 if (activeControl == null) { in insetsControlChanged()
275 if (activeControl.getType() == WindowInsets.Type.ime()) { in insetsControlChanged()
276 imeSourceControl = activeControl; in insetsControlChanged()
/aosp14/frameworks/base/core/java/android/view/
H A DInsetsController.java1003 for (InsetsSourceControl activeControl : activeControls) { in onControlsChanged()
1004 if (activeControl != null) { in onControlsChanged()
1006 mTmpControlArray.put(activeControl.getId(), activeControl); in onControlsChanged() local