Searched refs:bottomBlob (Results 1 – 2 of 2) sorted by relevance
47 final TextView bottomBlob = findViewById(R.id.bottomBlob); in onCreate() local55 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()
67 mBottomBlob = (TextView) a.findViewById(R.id.bottomBlob); in setUp()