Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java5451 public RemoteViews createContentView(boolean increasedHeight) { in createContentView() argument
5455 final RemoteViews styleView = mStyle.makeContentView(increasedHeight); in createContentView()
5552 public RemoteViews createHeadsUpContentView(boolean increasedHeight) { in createHeadsUpContentView() argument
5556 final RemoteViews styleView = mStyle.makeHeadsUpContentView(increasedHeight); in createHeadsUpContentView()
6554 public RemoteViews makeContentView(boolean increasedHeight) {
6572 public RemoteViews makeHeadsUpContentView(boolean increasedHeight) {
7003 public RemoteViews makeContentView(boolean increasedHeight) {
7004 if (increasedHeight) {
7012 return super.makeContentView(increasedHeight);
7019 public RemoteViews makeHeadsUpContentView(boolean increasedHeight) {
[all …]