Searched refs:increasedHeight (Results 1 – 1 of 1) sorted by relevance
5451 public RemoteViews createContentView(boolean increasedHeight) { in createContentView() argument5455 final RemoteViews styleView = mStyle.makeContentView(increasedHeight); in createContentView()5552 public RemoteViews createHeadsUpContentView(boolean increasedHeight) { in createHeadsUpContentView() argument5556 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 …]