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

/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/
H A DIntegrationTestUtils.java147 for (TextView textView : getAllViews(TextView.class, getRootView(activity))) {
158 public static View getRootView(Activity activity) { method in class:IntegrationTestUtils
159 return activity.findViewById(android.R.id.content).getRootView();
/packages/apps/Camera2/src/com/android/camera/
H A DPhotoUI.java329 public View getRootView() { method in class:PhotoUI

Completed in 138 milliseconds