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

/frameworks/base/core/java/android/view/
H A DViewGroup.java2946 protected boolean dispatchConsistencyCheck(int consistency) { method in class:ViewGroup
2947 boolean result = super.dispatchConsistencyCheck(consistency);
2952 if (!children[i].dispatchConsistencyCheck(consistency)) result = false;
H A DView.java8098 protected boolean dispatchConsistencyCheck(int consistency) { method in class:View

Completed in 73 milliseconds