Home
last modified time | relevance | path

Searched refs:findView (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNotification.java90 : findView(applyContentView(), "chronometer").getVisibility() == View.VISIBLE in isWhenShown()
91 || findView(applyContentView(), "time").getVisibility() == View.VISIBLE; in isWhenShown()
95 return ((ProgressBar) findView(applyContentView(), "progress")); in getProgressBar_PreN()
119 : findView(applyContentView(), "chronometer").getVisibility() == View.VISIBLE; in usesChronometer()
131 TextView textView = (TextView) findView(view, resourceName); in findText()
135 private View findView(View view, String resourceName) { in findView() method in ShadowNotification
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowListView.java32 child = findView(headerViews, id); in findViewById()
35 child = findView(footerViews, id); in findViewById()
41 private View findView(List<View> views, int viewId) { in findView() method in ShadowListView