Home
last modified time | relevance | path

Searched refs:expandedPublic (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java46 public View expandedPublic; // for insecure lockscreens field in NotificationData.Entry
65 public View getPublicContentView() { return expandedPublic; } in getPublicContentView()
82 expandedPublic = null; in reset()
DBaseStatusBar.java1356 NotificationContentView expandedPublic =
1357 (NotificationContentView) row.findViewById(R.id.expandedPublic);
1400 publicViewLocal = publicNotification.contentView.apply(mContext, expandedPublic,
1405 expandedPublic.setContractedChild(publicViewLocal);
1427 expandedPublic, false);
1429 expandedPublic.setContractedChild(publicViewLocal);
1509 entry.expandedPublic = publicViewLocal;
DExpandableNotificationRow.java181 mPublicLayout = (NotificationContentView) findViewById(R.id.expandedPublic); in onFinishInflate()