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

/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/
H A DIntegrationTestUtils.java143 return getTextViewsWithString(getRootView(activity), text);
167 public static View getRootView(Activity activity) { method in class:IntegrationTestUtils
168 return activity.findViewById(android.R.id.content).getRootView();
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DSnackBar.java233 public View getRootView() { method in class:SnackBar

Completed in 247 milliseconds