Searched refs:INDEX_TOP (Results 1 – 1 of 1) sorted by relevance
137 private static final int INDEX_TOP = 1; field in LinearLayoutCompat1120 if (maxAscent[INDEX_TOP] != -1 || in measureHorizontal()1126 Math.max(maxAscent[INDEX_TOP], maxAscent[INDEX_BOTTOM]))); in measureHorizontal()1129 Math.max(maxDescent[INDEX_TOP], maxDescent[INDEX_BOTTOM]))); in measureHorizontal()1277 if (maxAscent[INDEX_TOP] != -1 || in measureHorizontal()1283 Math.max(maxAscent[INDEX_TOP], maxAscent[INDEX_BOTTOM]))); in measureHorizontal()1286 Math.max(maxDescent[INDEX_TOP], maxDescent[INDEX_BOTTOM]))); in measureHorizontal()1618 childTop += maxAscent[INDEX_TOP] - childBaseline; in layoutHorizontal()