Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java3667 public Notification buildStyled(Notification wip) { in buildStyled() argument
3668 populateTickerView(wip); in buildStyled()
3669 populateContentView(wip); in buildStyled()
3670 populateBigContentView(wip); in buildStyled()
3671 populateHeadsUpContentView(wip); in buildStyled()
3672 return wip; in buildStyled()
3679 protected void populateTickerView(Notification wip) {} in populateTickerView() argument
3683 protected void populateContentView(Notification wip) {} in populateContentView() argument
3688 protected void populateBigContentView(Notification wip) {} in populateBigContentView() argument
3693 protected void populateHeadsUpContentView(Notification wip) {} in populateHeadsUpContentView() argument
[all …]