Searched defs:mBottomBlob (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DRequestRectangleVisibleTest.java46 private TextView mBottomBlob; field in class:RequestRectangleVisibleTest
65 mBottomBlob = (TextView) a.findViewById(R.id.bottomBlob);
80 assertNotNull(mBottomBlob);
90 mBottomBlob.getHeight() > mScrollView.getHeight());
159 assertOnTopEdgeOfScreen(mScrollView, mBottomBlob);
168 mScrollView, mBottomBlob,
170 mScrollView.getHeight() - mBottomBlob.getHeight()

Completed in 626 milliseconds