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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationHeaderUtil.java 165 sanitizeHeader(row.getNotificationHeader());
262 mParentView = mParentRow.getNotificationHeader().findViewById(mId);
270 NotificationHeaderView header = row.getNotificationHeader();
287 applyToView(apply, row.getNotificationHeader());
NotificationContentView.java 223 NotificationHeaderView contractedHeader = mContractedWrapper.getNotificationHeader();
226 && mExpandedWrapper.getNotificationHeader() != null) {
227 NotificationHeaderView expandedHeader = mExpandedWrapper.getNotificationHeader();
    [all...]
ExpandableNotificationRow.java 593 public NotificationHeaderView getNotificationHeader() {
597 return mPrivateLayout.getNotificationHeader();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationViewWrapper.java 120 public NotificationHeaderView getNotificationHeader() {
NotificationHeaderViewWrapper.java 287 public NotificationHeaderView getNotificationHeader() {

Completed in 921 milliseconds