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

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

Completed in 77 milliseconds