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

/frameworks/base/core/java/android/view/
H A DViewGroup.java1275 protected void dispatchVisibilityChanged(View changedView, int visibility) { method in class:ViewGroup
1276 super.dispatchVisibilityChanged(changedView, visibility);
1280 children[i].dispatchVisibilityChanged(changedView, visibility);
H A DView.java10306 protected void dispatchVisibilityChanged(@NonNull View changedView, method in class:View
11533 dispatchVisibilityChanged(this, newVisibility);
15534 // Send onVisibilityChanged directly instead of dispatchVisibilityChanged.

Completed in 97 milliseconds