Home
last modified time | relevance | path

Searched refs:mTextBlob (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/scroll/
DRequestRectangleVisibleWithInternalScrollTest.java36 private TextView mTextBlob; field in RequestRectangleVisibleWithInternalScrollTest
51 mTextBlob = getActivity().getTextBlob(); in setUp()
58 assertNotNull(mTextBlob); in testPreconditions()
60 assertEquals(getActivity().getScrollYofBlob(), mTextBlob.getScrollY()); in testPreconditions()
66 ViewAsserts.assertOffScreenBelow(mScrollView, mTextBlob); in testMoveToChildWithScrollYBelow()
74 ViewAsserts.assertOnScreen(mScrollView, mTextBlob); in testMoveToChildWithScrollYBelow()
76 mScrollView, mTextBlob, in testMoveToChildWithScrollYBelow()
79 - mTextBlob.getHeight() in testMoveToChildWithScrollYBelow()
DRequestRectangleVisibleWithInternalScroll.java33 private TextView mTextBlob; field in RequestRectangleVisibleWithInternalScroll
43 return mTextBlob; in getTextBlob()
56 mTextBlob = findViewById(R.id.blob); in onCreate()
57 mTextBlob.scrollBy(0, scrollYofBlob); in onCreate()
68 rect.set(0, 0, 0, mTextBlob.getHeight()); in onCreate()
69 rect.offset(0, mTextBlob.getScrollY()); in onCreate()
70 mTextBlob.requestRectangleOnScreen(rect); in onCreate()