HomeSort by relevance Sort by last modified time
    Searched refs:dispatchDisplayHint (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
ViewGroup.java 689 public void dispatchDisplayHint(int hint) {
690 super.dispatchDisplayHint(hint);
694 children[i].dispatchDisplayHint(hint);
    [all...]
View.java     [all...]

Completed in 479 milliseconds