Searched refs:lineHeight (Results 1 – 2 of 2) sorted by relevance
151 final int lineHeight = mTextView.getLineHeight(); in testOnGenericMotionEvent_verticalScroll() local157 assertEquals(lineHeight, mTextView.getScrollY(), lineHeight / 4); in testOnGenericMotionEvent_verticalScroll()
6515 final int lineHeight = mTextView.getLineHeight(); in testGetOffsetForPosition() local6519 verifyGetOffsetForPosition(viewWidth / 3, lineHeight / 2); in testGetOffsetForPosition()