Searched refs:dispatchConsistencyCheck (Results 1 - 3 of 3) 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 DViewRoot.java1143 if (!host.dispatchConsistencyCheck(ViewDebug.CONSISTENCY_LAYOUT)) {
1408 mView.dispatchConsistencyCheck(ViewDebug.CONSISTENCY_DRAWING);
1529 mView.dispatchConsistencyCheck(ViewDebug.CONSISTENCY_DRAWING);
H A DView.java8098 protected boolean dispatchConsistencyCheck(int consistency) { method in class:View

Completed in 1448 milliseconds