Home | History | Annotate | Download | only in statusbar

Lines Matching refs:NotificationContentView

175     private NotificationContentView mPublicLayout;
176 private NotificationContentView mPrivateLayout;
177 private NotificationContentView[] mLayouts;
346 public NotificationContentView getPrivateLayout() {
350 public NotificationContentView getPublicLayout() {
355 for (NotificationContentView l : mLayouts) {
371 private void setIconAnimationRunning(boolean running, NotificationContentView layout) {
465 for (NotificationContentView l : mLayouts) {
534 for (NotificationContentView l : mLayouts) {
539 private void updateLimitsForView(NotificationContentView layout) {
564 NotificationContentView.VISIBLE_TYPE_HEADSUP);
902 private void setChronometerRunning(boolean running, NotificationContentView layout) {
1074 for (NotificationContentView l : mLayouts) {
1090 NotificationContentView notificationContentView) {
1091 if (getShowingLayout() == notificationContentView) {
1099 NotificationContentView view = getShowingLayout();
1106 for (NotificationContentView l : mLayouts) {
1373 for (NotificationContentView l : mLayouts) {
1388 for (NotificationContentView l : mLayouts) {
1552 mPublicLayout = (NotificationContentView) findViewById(R.id.expandedPublic);
1553 mPrivateLayout = (NotificationContentView) findViewById(R.id.expanded);
1554 mLayouts = new NotificationContentView[] {mPrivateLayout, mPublicLayout};
1556 for (NotificationContentView l : mLayouts) {
1831 final NotificationContentView showing = getShowingLayout();
2319 NotificationContentView showingLayout = getShowingLayout();
2428 NotificationContentView showingLayout = getShowingLayout();
2450 for (NotificationContentView l : mLayouts) {
2483 for (NotificationContentView l : mLayouts) {
2502 NotificationContentView showingLayout = getShowingLayout();
2518 NotificationContentView showingLayout = getShowingLayout();
2533 for (NotificationContentView l : mLayouts) {
2548 for (NotificationContentView l : mLayouts) {
2562 public NotificationContentView getShowingLayout() {
2567 for (NotificationContentView l : mLayouts) {
2819 if (child instanceof NotificationContentView) {
2820 NotificationContentView contentView = (NotificationContentView) child;
2939 protected void setPrivateLayout(NotificationContentView privateLayout) {
2944 protected void setPublicLayout(NotificationContentView publicLayout) {