Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java78 private NotificationContentView mPublicLayout;
79 private NotificationContentView mPrivateLayout;
113 public NotificationContentView getPrivateLayout() { in getPrivateLayout()
117 public NotificationContentView getPublicLayout() { in getPublicLayout()
126 private void setIconAnimationRunning(boolean running, NotificationContentView layout) { in setIconAnimationRunning()
354 mPublicLayout = (NotificationContentView) findViewById(R.id.expandedPublic); in onFinishInflate()
355 mPrivateLayout = (NotificationContentView) findViewById(R.id.expanded); in onFinishInflate()
438 NotificationContentView showingLayout = getShowingLayout(); in setChildrenExpandProgress()
461 final NotificationContentView showing = getShowingLayout(); in setDark()
801 NotificationContentView showingLayout = getShowingLayout(); in updateExpandButtonAppearance()
[all …]
DNotificationContentView.java41 public class NotificationContentView extends FrameLayout { class
90 public NotificationContentView(Context context, AttributeSet attrs) { in NotificationContentView() method in NotificationContentView
DBaseStatusBar.java1320 NotificationContentView contentContainer = row.getPrivateLayout();
1321 NotificationContentView contentContainerPublic = row.getPublicLayout();