HomeSort by relevance Sort by last modified time
    Searched defs:findView (Results 1 - 3 of 3) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowNotification.java 92 : findView(applyContentView(), "chronometer").getVisibility() == View.VISIBLE
93 || findView(applyContentView(), "time").getVisibility() == View.VISIBLE;
97 return ((ProgressBar) findView(applyContentView(), "progress"));
121 : findView(applyContentView(), "chronometer").getVisibility() == View.VISIBLE;
133 TextView textView = (TextView) findView(view, resourceName);
137 private View findView(View view, String resourceName) {
  /cts/tests/tests/widget/src/android/widget/cts/
SearchView_CursorTest.java 110 final AutoCompleteTextView findView =
112 if (findView != null) {
113 return findView;
  /dalvik/dx/tests/098-dex-jsr-ret-throw/
ViewDebug$ViewServer.class 

Completed in 155 milliseconds