Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java1274 protected void dispatchVisibilityChanged(View changedView, int visibility) { in dispatchVisibilityChanged() method in ViewGroup
1275 super.dispatchVisibilityChanged(changedView, visibility); in dispatchVisibilityChanged()
1279 children[i].dispatchVisibilityChanged(changedView, visibility); in dispatchVisibilityChanged()
DView.java10222 protected void dispatchVisibilityChanged(@NonNull View changedView, in dispatchVisibilityChanged() method
11449 dispatchVisibilityChanged(this, newVisibility); in setFlags()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33348 method protected void dispatchVisibilityChanged(android.view.View, int);
/frameworks/base/api/
Dcurrent.txt42203 method protected void dispatchVisibilityChanged(android.view.View, int);
Dsystem-current.txt45203 method protected void dispatchVisibilityChanged(android.view.View, int);
Dtest-current.txt42282 method protected void dispatchVisibilityChanged(android.view.View, int);