Searched refs:clearChildFocus (Results 1 – 6 of 6) sorted by relevance
116 public void clearChildFocus(View child); in clearChildFocus() method
664 public void clearChildFocus(View child) { in clearChildFocus() method in ViewGroup671 mParent.clearChildFocus(this); in clearChildFocus()3578 boolean clearChildFocus = false; in removeViewInternal()3581 clearChildFocus = true; in removeViewInternal()3597 if (clearChildFocus) { in removeViewInternal()3598 clearChildFocus(view); in removeViewInternal()3638 View clearChildFocus = null; in removeViewsInternal() local3652 clearChildFocus = view; in removeViewsInternal()3669 if (clearChildFocus != null) { in removeViewsInternal()3670 clearChildFocus(clearChildFocus); in removeViewsInternal()[all …]
2170 public void clearChildFocus(View child) { in clearChildFocus() method in ViewRootImpl
3702 mParent.clearChildFocus(this); in clearFocus()
23456 method public void clearChildFocus(android.view.View);23594 method public abstract void clearChildFocus(android.view.View);