Searched refs:lineHeight (Results 1 – 3 of 3) sorted by relevance
152 final int lineHeight = mTextView.getLineHeight(); in testOnGenericMotionEvent_verticalScroll() local158 assertEquals(lineHeight, mTextView.getScrollY(), lineHeight / 4); in testOnGenericMotionEvent_verticalScroll()
516 final int lineHeight = 1; in drawGlBlackWhiteLines() local518 for (int y = 0; y < height / lineHeight; y++) { in drawGlBlackWhiteLines()519 glScissor(0, lineHeight * y, width, lineHeight); in drawGlBlackWhiteLines()
4720 final int lineHeight = mTextView.getResources() in testBaselineAttributes() local4725 assertEquals(lineHeight, mTextView.getLineHeight()); in testBaselineAttributes()7037 final int lineHeight = mTextView.getLineHeight(); in testGetOffsetForPosition() local7041 verifyGetOffsetForPosition(viewWidth / 3, lineHeight / 2); in testGetOffsetForPosition()