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