OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
221
NotificationHeaderView contractedHeader = mContractedWrapper.
getNotificationHeader
();
224
&& mExpandedWrapper.
getNotificationHeader
() != null) {
225
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 58 milliseconds