Searched defs:dispatchVisibilityChanged (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewGroup.java1538 protected void dispatchVisibilityChanged(View changedView, int visibility) { method in class:ViewGroup
1539 super.dispatchVisibilityChanged(changedView, visibility);
1543 children[i].dispatchVisibilityChanged(changedView, visibility);
H A DView.java12817 protected void dispatchVisibilityChanged(@NonNull View changedView, method in class:View
14167 dispatchVisibilityChanged(this, newVisibility);
18372 // Send onVisibilityChanged directly instead of dispatchVisibilityChanged.
[all...]

Completed in 7996 milliseconds