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

  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisible.java 47 final TextView bottomBlob = (TextView) findViewById(R.id.bottomBlob);
55 bottomBlob.append(i + " another line in the blob\n");
85 rect.set(0, 0, bottomBlob.getWidth(), bottomBlob.getHeight());
86 bottomBlob.requestRectangleOnScreen(rect, true);
RequestRectangleVisibleTest.java 65 mBottomBlob = (TextView) a.findViewById(R.id.bottomBlob);

Completed in 528 milliseconds