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

/frameworks/base/core/java/android/view/
H A DViewGroup.java1469 protected void dispatchVisibilityChanged(View changedView, int visibility) { method in class:ViewGroup
1470 super.dispatchVisibilityChanged(changedView, visibility);
1474 children[i].dispatchVisibilityChanged(changedView, visibility);
H A DView.java12027 protected void dispatchVisibilityChanged(@NonNull View changedView, method in class:View
13340 dispatchVisibilityChanged(this, newVisibility);
17402 // Send onVisibilityChanged directly instead of dispatchVisibilityChanged.

Completed in 194 milliseconds