Searched refs:getViewParentForNotification (Results 1 – 5 of 5) sorted by relevance
129 ViewGroup getViewParentForNotification(NotificationEntry entry); in getViewParentForNotification() method
1784 public ViewGroup getViewParentForNotification(NotificationEntry entry) {1785 return mView.getViewParentForNotification(entry);
1916 public ViewGroup getViewParentForNotification(NotificationEntry entry) {
120 .getViewParentForNotification(notificationEntry)
127 ViewGroup parent = mListContainer.getViewParentForNotification(entry); in inflateViews()