HomeSort by relevance Sort by last modified time
    Searched refs:getAllViews (Results 1 - 4 of 4) sorted by null

  /packages/apps/Contacts/tests/src/com/android/contacts/util/
IntegrationTestUtils.java 146 for (TextView textView : getAllViews(TextView.class, getRootView(activity))) {
173 private static <T extends View> List<T> getAllViews(final Class<T> clazz, final View parent) {
181 results.addAll(getAllViews(clazz, viewGroup.getChildAt(i)));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 164 public Collection<String> getAllViews() {
GraphicalEditorPart.java     [all...]
PaletteControl.java 549 Collection<String> allViews = finder.getAllViews();
    [all...]

Completed in 492 milliseconds