Searched defs:dispatchDisplayHint (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/core/java/android/view/
H A DView.java5814 public void dispatchDisplayHint(int hint) { method in class:View
H A DViewGroup.java881 public void dispatchDisplayHint(int hint) { method in class:ViewGroup
882 super.dispatchDisplayHint(hint);
886 children[i].dispatchDisplayHint(hint);

Completed in 51 milliseconds