HomeSort by relevance Sort by last modified time
    Searched refs:mTextBlob (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleWithInternalScrollTest.java 36 private TextView mTextBlob;
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()
RequestRectangleVisibleWithInternalScroll.java 33 private TextView mTextBlob;
43 return mTextBlob;
56 mTextBlob = (TextView) 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 537 milliseconds