Home | History | Annotate | Download | only in widget

Lines Matching defs:mMaxAscent

171     private int[] mMaxAscent;
1003 if (mMaxAscent == null || mMaxDescent == null) {
1004 mMaxAscent = new int[VERTICAL_GRAVITY_COUNT];
1008 final int[] maxAscent = mMaxAscent;
1156 // Check mMaxAscent[INDEX_TOP] first because it maps to Gravity.TOP,
1313 // Check mMaxAscent[INDEX_TOP] first because it maps to Gravity.TOP,
1599 final int[] maxAscent = mMaxAscent;