Searched refs:CONSISTENCY_LAYOUT (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewDebug.java72 public static final int CONSISTENCY_LAYOUT = 0x1; field in class:ViewDebug
H A DViewGroup.java2965 final boolean checkLayout = (consistency & ViewDebug.CONSISTENCY_LAYOUT) != 0;
H A DViewRoot.java1143 if (!host.dispatchConsistencyCheck(ViewDebug.CONSISTENCY_LAYOUT)) {
H A DView.java8115 final boolean checkLayout = (consistency & ViewDebug.CONSISTENCY_LAYOUT) != 0;
/frameworks/base/core/java/android/widget/
H A DAbsListView.java4207 final boolean checkLayout = (consistency & ViewDebug.CONSISTENCY_LAYOUT) != 0;

Completed in 106 milliseconds