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

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java179 private static final int VERB_COUNT = 22; field in class:RelativeLayout
1172 private int[] mRules = new int[VERB_COUNT];
1173 private int[] mInitialRules = new int[VERB_COUNT];
1274 for (int n = LEFT_OF; n < VERB_COUNT; n++) {
1367 for (int n = LEFT_OF; n < VERB_COUNT; n++) {

Completed in 25 milliseconds