Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java4988 public RemoteViews createContentView(boolean increasedHeight) { in createContentView() argument
4992 final RemoteViews styleView = mStyle.makeContentView(increasedHeight); in createContentView()
5086 public RemoteViews createHeadsUpContentView(boolean increasedHeight) { in createHeadsUpContentView() argument
5090 final RemoteViews styleView = mStyle.makeHeadsUpContentView(increasedHeight); in createHeadsUpContentView()
6066 public RemoteViews makeContentView(boolean increasedHeight) {
6084 public RemoteViews makeHeadsUpContentView(boolean increasedHeight) {
6514 public RemoteViews makeContentView(boolean increasedHeight) {
6515 if (increasedHeight) {
6523 return super.makeContentView(increasedHeight);
6530 public RemoteViews makeHeadsUpContentView(boolean increasedHeight) {
[all …]