Searched defs:applyContentView (Results 1 - 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNotification.java32 : findText(applyContentView(), "title");
38 : findText(applyContentView(), "text");
45 return findText(applyContentView(), "info");
90 : findView(applyContentView(), "chronometer").getVisibility() == View.VISIBLE
91 || findView(applyContentView(), "time").getVisibility() == View.VISIBLE;
95 return ((ProgressBar) findView(applyContentView(), "progress"));
119 : findView(applyContentView(), "chronometer").getVisibility() == View.VISIBLE;
122 private View applyContentView() { method in class:ShadowNotification

Completed in 111 milliseconds