Searched refs:clearChildFocus (Results 1 – 10 of 10) sorted by relevance
149 public void clearChildFocus(View child); in clearChildFocus() method
1170 public void clearChildFocus(View child) { in clearChildFocus() method in ViewGroup1177 mParent.clearChildFocus(this); in clearChildFocus()5563 boolean clearChildFocus = false; in removeViewInternal()5566 clearChildFocus = true; in removeViewInternal()5599 if (clearChildFocus) { in removeViewInternal()5600 clearChildFocus(view); in removeViewInternal()5673 boolean clearChildFocus = false; in removeViewsInternal()5687 clearChildFocus = true; in removeViewsInternal()5722 if (clearChildFocus) { in removeViewsInternal()5723 clearChildFocus(focused); in removeViewsInternal()[all …]
6308 public void clearChildFocus(View child) { in clearChildFocus() method in ViewRootImpl
8538 mParent.clearChildFocus(this);
4051 public void clearChildFocus(View child) { in clearChildFocus() method4052 super.clearChildFocus(child); in clearChildFocus()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
17729 HSPLandroid/view/ViewGroup;->clearChildFocus(Landroid/view/View;)V18071 HSPLandroid/view/ViewRootImpl;->clearChildFocus(Landroid/view/View;)V
34091 method public void clearChildFocus(android.view.View);34278 method public abstract void clearChildFocus(android.view.View);
17793 HSPLandroid/view/ViewGroup;->clearChildFocus(Landroid/view/View;)V18135 HSPLandroid/view/ViewRootImpl;->clearChildFocus(Landroid/view/View;)V
53620 method public void clearChildFocus(android.view.View);53816 method public void clearChildFocus(android.view.View);