OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:customrunnable
(Results
1 - 1
of
1
) sorted by null
/frameworks/support/wear/tests/src/android/support/wear/widget/
BoxInsetLayoutTest.java
78
ViewFetchingRunnable
customRunnable
= new ViewFetchingRunnable(){
85
mActivityRule.runOnUiThread(
customRunnable
);
87
View box =
customRunnable
.mIdViewMap.get(R.id.box);
128
ViewFetchingRunnable
customRunnable
= new ViewFetchingRunnable(){
144
mActivityRule.runOnUiThread(
customRunnable
);
146
View box =
customRunnable
.mIdViewMap.get(R.id.box);
147
View child1 =
customRunnable
.mIdViewMap.get(R.id.child1);
148
View child2 =
customRunnable
.mIdViewMap.get(R.id.child2);
149
View child3 =
customRunnable
.mIdViewMap.get(R.id.child3);
150
View child4 =
customRunnable
.mIdViewMap.get(R.id.child4)
[
all
...]
Completed in 2805 milliseconds