Searched refs:mHorizontals (Results 1 – 1 of 1) sorted by relevance
1539 private float[] mHorizontals; field in Layout.HorizontalMeasurementProvider1554 mHorizontals = getLineHorizontals(mLine, false, mPrimary); in init()1559 if (mHorizontals == null || offset < mLineStartOffset in get()1560 || offset >= mLineStartOffset + mHorizontals.length) { in get()1563 return mHorizontals[offset - mLineStartOffset]; in get()