Searched refs:newViewWithId (Results 1 – 1 of 1) sorted by relevance
356 mNotificationContainerParent.addView(newViewWithId(R.id.qs_frame)); in setup()357 mNotificationContainerParent.addView(newViewWithId(R.id.notification_stack_scroller)); in setup()612 mNotificationContainerParent.addView(newViewWithId(1)); in testAllChildrenOfNotificationContainer_haveIds()613 mNotificationContainerParent.addView(newViewWithId(View.NO_ID)); in testAllChildrenOfNotificationContainer_haveIds()871 private View newViewWithId(int id) { in newViewWithId() method in NotificationPanelViewControllerTest