Searched defs:mMaxDescent (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/widget/
H A DLinearLayout.java204 private int[] mMaxDescent; field in class:LinearLayout
1082 if (mMaxAscent == null || mMaxDescent == null) {
1084 mMaxDescent = new int[VERTICAL_GRAVITY_COUNT];
1088 final int[] maxDescent = mMaxDescent;
1689 final int[] maxDescent = mMaxDescent;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java129 private int[] mMaxDescent; field in class:LinearLayoutCompat
943 if (mMaxAscent == null || mMaxDescent == null) {
945 mMaxDescent = new int[VERTICAL_GRAVITY_COUNT];
949 final int[] maxDescent = mMaxDescent;
1542 final int[] maxDescent = mMaxDescent;

Completed in 111 milliseconds