Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java5320 public RemoteViews createContentView(boolean increasedHeight) { in createContentView() argument
5324 final RemoteViews styleView = mStyle.makeContentView(increasedHeight); in createContentView()
5421 public RemoteViews createHeadsUpContentView(boolean increasedHeight) { in createHeadsUpContentView() argument
5425 final RemoteViews styleView = mStyle.makeHeadsUpContentView(increasedHeight); in createHeadsUpContentView()
6402 public RemoteViews makeContentView(boolean increasedHeight) {
6420 public RemoteViews makeHeadsUpContentView(boolean increasedHeight) {
6851 public RemoteViews makeContentView(boolean increasedHeight) {
6852 if (increasedHeight) {
6860 return super.makeContentView(increasedHeight);
6867 public RemoteViews makeHeadsUpContentView(boolean increasedHeight) {
[all …]