Searched refs:topBlob (Results 1 – 2 of 2) sorted by relevance
46 final TextView topBlob = findViewById(R.id.topBlob); in onCreate() local54 topBlob.append(i + " another line in the blob\n"); in onCreate()69 rect.set(0, 0, topBlob.getWidth(), topBlob.getHeight()); in onCreate()70 topBlob.requestRectangleOnScreen(rect, true); in onCreate()
65 mTopBlob = (TextView) a.findViewById(R.id.topBlob); in setUp()