Home | History | Annotate | Download | only in widget

Lines Matching defs:mMaxAscent

202     private int[] mMaxAscent;
1102 if (mMaxAscent == null || mMaxDescent == null) {
1103 mMaxAscent = new int[VERTICAL_GRAVITY_COUNT];
1107 final int[] maxAscent = mMaxAscent;
1263 // Check mMaxAscent[INDEX_TOP] first because it maps to Gravity.TOP,
1413 // Check mMaxAscent[INDEX_TOP] first because it maps to Gravity.TOP,
1709 final int[] maxAscent = mMaxAscent;