Home
last modified time | relevance | path

Searched refs:clearChildFocus (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/view/
DViewParent.java117 public void clearChildFocus(View child); in clearChildFocus() method
DViewGroup.java964 public void clearChildFocus(View child) { in clearChildFocus() method in ViewGroup
971 mParent.clearChildFocus(this); in clearChildFocus()
4737 boolean clearChildFocus = false; in removeViewInternal()
4740 clearChildFocus = true; in removeViewInternal()
4763 if (clearChildFocus) { in removeViewInternal()
4764 clearChildFocus(view); in removeViewInternal()
4837 boolean clearChildFocus = false; in removeViewsInternal()
4850 clearChildFocus = true; in removeViewsInternal()
4876 if (clearChildFocus) { in removeViewsInternal()
4877 clearChildFocus(focused); in removeViewsInternal()
[all …]
DViewRootImpl.java3206 public void clearChildFocus(View child) { in clearChildFocus() method in ViewRootImpl
DView.java6058 mParent.clearChildFocus(this); in clearFocusInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java2915 public void clearChildFocus(View child) { in clearChildFocus() method in NotificationStackScrollLayout
2916 super.clearChildFocus(child); in clearChildFocus()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34091 method public void clearChildFocus(android.view.View);
34278 method public abstract void clearChildFocus(android.view.View);
/frameworks/base/api/
Dcurrent.txt43006 method public void clearChildFocus(android.view.View);
43197 method public abstract void clearChildFocus(android.view.View);
Dsystem-current.txt46006 method public void clearChildFocus(android.view.View);
46197 method public abstract void clearChildFocus(android.view.View);
Dtest-current.txt43085 method public void clearChildFocus(android.view.View);
43276 method public abstract void clearChildFocus(android.view.View);