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

/frameworks/base/core/java/android/widget/
H A DLinearLayout.java154 private static final int VERTICAL_GRAVITY_COUNT = 4; field in class:LinearLayout
975 mMaxAscent = new int[VERTICAL_GRAVITY_COUNT];
976 mMaxDescent = new int[VERTICAL_GRAVITY_COUNT];
1092 // in the range 0..VERTICAL_GRAVITY_COUNT

Completed in 6 milliseconds