Home
last modified time | relevance | path

Searched refs:lineHeight (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/text/src/android/text/method/cts/
DBaseMovementMethodTest.java152 final int lineHeight = mTextView.getLineHeight(); in testOnGenericMotionEvent_verticalScroll() local
158 assertEquals(lineHeight, mTextView.getScrollY(), lineHeight / 4); in testOnGenericMotionEvent_verticalScroll()
/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java541 final int lineHeight = 1; in drawGlBlackWhiteLines() local
543 for (int y = 0; y < height / lineHeight; y++) { in drawGlBlackWhiteLines()
544 glScissor(0, lineHeight * y, width, lineHeight); in drawGlBlackWhiteLines()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java4863 final int lineHeight = mTextView.getResources() in testBaselineAttributes() local
4868 assertEquals(lineHeight, mTextView.getLineHeight()); in testBaselineAttributes()
7174 final int lineHeight = mTextView.getLineHeight(); in testGetOffsetForPosition() local
7178 verifyGetOffsetForPosition(viewWidth / 3, lineHeight / 2); in testGetOffsetForPosition()