Home | History | Annotate | Download | only in app

Lines Matching refs:createContentView

4305         public RemoteViews createContentView() {
4306 return createContentView(false /* increasedheight */ );
4319 public RemoteViews createContentView(boolean increasedHeight) {
4458 return ambient ? builder.makeAmbientNotification() : builder.createContentView();
4880 mN.contentView = createContentView();