Searched refs:activeControl (Results 1 – 2 of 2) sorted by relevance
253 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()
836 for (InsetsSourceControl activeControl : activeControls) { in onControlsChanged()837 if (activeControl != null) { in onControlsChanged()839 mTmpControlArray.put(activeControl.getType(), activeControl); in onControlsChanged() local