OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 505 milliseconds