Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayImeController.java253 for (InsetsSourceControl activeControl : activeControls) { in insetsControlChanged()
254 if (activeControl == null) { in insetsControlChanged()
257 if (activeControl.getType() == InsetsState.ITYPE_IME) { in insetsControlChanged()
258 imeSourceControl = activeControl; in insetsControlChanged()
/aosp12/frameworks/base/core/java/android/view/
H A DInsetsController.java836 for (InsetsSourceControl activeControl : activeControls) { in onControlsChanged()
837 if (activeControl != null) { in onControlsChanged()
839 mTmpControlArray.put(activeControl.getType(), activeControl); in onControlsChanged() local