Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewParent.java149 public void clearChildFocus(View child); in clearChildFocus() method
DViewGroup.java1170 public void clearChildFocus(View child) { in clearChildFocus() method in ViewGroup
1177 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 …]
DViewRootImpl.java6308 public void clearChildFocus(View child) { in clearChildFocus() method in ViewRootImpl
DView.java8538 mParent.clearChildFocus(this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java4051 public void clearChildFocus(View child) { in clearChildFocus() method
4052 super.clearChildFocus(child); in clearChildFocus()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt17729 HSPLandroid/view/ViewGroup;->clearChildFocus(Landroid/view/View;)V
18071 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/config/
Dboot-image-profile.txt17793 HSPLandroid/view/ViewGroup;->clearChildFocus(Landroid/view/View;)V
18135 HSPLandroid/view/ViewRootImpl;->clearChildFocus(Landroid/view/View;)V
/frameworks/base/core/api/
Dcurrent.txt53620 method public void clearChildFocus(android.view.View);
53816 method public void clearChildFocus(android.view.View);