Searched refs:activeControl (Results 1 – 2 of 2) sorted by relevance
271 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()
1003 for (InsetsSourceControl activeControl : activeControls) { in onControlsChanged()1004 if (activeControl != null) { in onControlsChanged()1006 mTmpControlArray.put(activeControl.getId(), activeControl); in onControlsChanged() local