Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/scroll/
DRequestRectangleVisible.java47 final TextView bottomBlob = findViewById(R.id.bottomBlob); in onCreate() local
55 bottomBlob.append(i + " another line in the blob\n"); in onCreate()
85 rect.set(0, 0, bottomBlob.getWidth(), bottomBlob.getHeight()); in onCreate()
86 bottomBlob.requestRectangleOnScreen(rect, true); in onCreate()
DRequestRectangleVisibleTest.java67 mBottomBlob = (TextView) a.findViewById(R.id.bottomBlob); in setUp()