Home
last modified time | relevance | path

Searched refs:dispatchVisibilityChanged (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
DViewGroup.java1599 protected void dispatchVisibilityChanged(View changedView, int visibility) { in dispatchVisibilityChanged() method in ViewGroup
1600 super.dispatchVisibilityChanged(changedView, visibility); in dispatchVisibilityChanged()
1604 children[i].dispatchVisibilityChanged(changedView, visibility); in dispatchVisibilityChanged()
DView.java14640 protected void dispatchVisibilityChanged(@NonNull View changedView,
16194 dispatchVisibilityChanged(this, newVisibility);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/config/
Dboot-image-profile.txt22531 HSPLandroid/view/View;->dispatchVisibilityChanged(Landroid/view/View;I)V
23275 HSPLandroid/view/ViewGroup;->dispatchVisibilityChanged(Landroid/view/View;I)V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33348 method protected void dispatchVisibilityChanged(android.view.View, int);
/frameworks/base/api/
Dcurrent.txt53814 method protected void dispatchVisibilityChanged(@NonNull android.view.View, int);