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

  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisible.java 46 final TextView topBlob = (TextView) findViewById(R.id.topBlob);
54 topBlob.append(i + " another line in the blob\n");
69 rect.set(0, 0, topBlob.getWidth(), topBlob.getHeight());
70 topBlob.requestRectangleOnScreen(rect, true);
RequestRectangleVisibleTest.java 63 mTopBlob = (TextView) a.findViewById(R.id.topBlob);

Completed in 40 milliseconds