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

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

Completed in 148 milliseconds