Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java1291 protected void dispatchVisibilityChanged(View changedView, int visibility) { in dispatchVisibilityChanged() method in ViewGroup
1292 super.dispatchVisibilityChanged(changedView, visibility); in dispatchVisibilityChanged()
1296 children[i].dispatchVisibilityChanged(changedView, visibility); in dispatchVisibilityChanged()
DView.java9577 protected void dispatchVisibilityChanged(@NonNull View changedView,
10640 dispatchVisibilityChanged(this, newVisibility);
/frameworks/base/api/
Dcurrent.txt35927 method protected void dispatchVisibilityChanged(android.view.View, int);
Dsystem-current.txt38219 method protected void dispatchVisibilityChanged(android.view.View, int);