Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewParent.java146 public void clearChildFocus(View child); in clearChildFocus() method
DViewGroup.java1145 public void clearChildFocus(View child) { in clearChildFocus() method in ViewGroup
1152 mParent.clearChildFocus(this); in clearChildFocus()
5457 boolean clearChildFocus = false; in removeViewInternal()
5460 clearChildFocus = true; in removeViewInternal()
5493 if (clearChildFocus) { in removeViewInternal()
5494 clearChildFocus(view); in removeViewInternal()
5567 boolean clearChildFocus = false; in removeViewsInternal()
5581 clearChildFocus = true; in removeViewsInternal()
5616 if (clearChildFocus) { in removeViewsInternal()
5617 clearChildFocus(focused); in removeViewsInternal()
[all …]
DViewRootImpl.java4258 public void clearChildFocus(View child) { in clearChildFocus() method in ViewRootImpl
DView.java7765 mParent.clearChildFocus(this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java4282 public void clearChildFocus(View child) {
4283 super.clearChildFocus(child);
/frameworks/base/config/
Dboot-image-profile.txt17356 HSPLandroid/view/ViewGroup;->clearChildFocus(Landroid/view/View;)V
17613 HSPLandroid/view/ViewRootImpl;->clearChildFocus(Landroid/view/View;)V
/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/non-updatable-api/
Dcurrent.txt52444 method public void clearChildFocus(android.view.View);
52639 method public void clearChildFocus(android.view.View);
/frameworks/base/api/
Dcurrent.txt52588 method public void clearChildFocus(android.view.View);
52783 method public void clearChildFocus(android.view.View);