Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DRequestRectangleVisibleWithInternalScrollTest.java37 private TextView mTextBlob; field in RequestRectangleVisibleWithInternalScrollTest
52 mTextBlob = getActivity().getTextBlob(); in setUp()
59 assertNotNull(mTextBlob); in testPreconditions()
61 assertEquals(getActivity().getScrollYofBlob(), mTextBlob.getScrollY()); in testPreconditions()
67 ViewAsserts.assertOffScreenBelow(mScrollView, mTextBlob); in testMoveToChildWithScrollYBelow()
75 ViewAsserts.assertOnScreen(mScrollView, mTextBlob); in testMoveToChildWithScrollYBelow()
77 mScrollView, mTextBlob, in testMoveToChildWithScrollYBelow()
80 - mTextBlob.getHeight() in testMoveToChildWithScrollYBelow()
H A DRequestRectangleVisibleWithInternalScroll.java32 private TextView mTextBlob; field in RequestRectangleVisibleWithInternalScroll
42 return mTextBlob; in getTextBlob()
55 mTextBlob = findViewById(R.id.blob); in onCreate()
56 mTextBlob.scrollBy(0, scrollYofBlob); in onCreate()
67 rect.set(0, 0, 0, mTextBlob.getHeight()); in onCreate()
68 rect.offset(0, mTextBlob.getScrollY()); in onCreate()
69 mTextBlob.requestRectangleOnScreen(rect); in onCreate()