Home | History | Annotate | Download | only in widget

Lines Matching defs:mMaxAscent

180     private int[] mMaxAscent;
1035 if (mMaxAscent == null || mMaxDescent == null) {
1036 mMaxAscent = new int[VERTICAL_GRAVITY_COUNT];
1040 final int[] maxAscent = mMaxAscent;
1193 // Check mMaxAscent[INDEX_TOP] first because it maps to Gravity.TOP,
1342 // Check mMaxAscent[INDEX_TOP] first because it maps to Gravity.TOP,
1638 final int[] maxAscent = mMaxAscent;