Home
last modified time | relevance | path

Searched refs:clearChildFocus (Results 1 – 8 of 8) 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()
5413 boolean clearChildFocus = false; in removeViewInternal()
5416 clearChildFocus = true; in removeViewInternal()
5449 if (clearChildFocus) { in removeViewInternal()
5450 clearChildFocus(view); in removeViewInternal()
5523 boolean clearChildFocus = false; in removeViewsInternal()
5537 clearChildFocus = true; in removeViewsInternal()
5572 if (clearChildFocus) { in removeViewsInternal()
5573 clearChildFocus(focused); in removeViewsInternal()
[all …]
DViewRootImpl.java4094 public void clearChildFocus(View child) { in clearChildFocus() method in ViewRootImpl
DView.java7642 mParent.clearChildFocus(this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java4238 public void clearChildFocus(View child) {
4239 super.clearChildFocus(child);
/frameworks/base/config/
Dboot-image-profile.txt17357 HSPLandroid/view/ViewGroup;->clearChildFocus(Landroid/view/View;)V
17614 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/api/
Dcurrent.txt51080 method public void clearChildFocus(android.view.View);
51275 method public void clearChildFocus(android.view.View);