Searched defs:contentView (Results 1 – 10 of 10) sorted by relevance
53 public void setContentView(View contentView) { in setContentView()
195 public RemoteViews contentView; field in Notification1499 RemoteViews contentView = new RemoteViews(mContext.getPackageName(), resId); in applyStandardTemplate() local1819 RemoteViews contentView = mBuilder.applyStandardTemplateWithActions(layoutId); in getStandardView() local1922 RemoteViews contentView = getStandardView(R.layout.notification_template_big_picture); in makeBigContentView() local2020 RemoteViews contentView = getStandardView(R.layout.notification_template_big_text); in makeBigContentView() local2113 RemoteViews contentView = getStandardView(R.layout.notification_template_inbox); in makeBigContentView() local
252 public PopupWindow(View contentView) { in PopupWindow()282 public PopupWindow(View contentView, int width, int height) { in PopupWindow()298 public PopupWindow(View contentView, int width, int height, boolean focusable) { in PopupWindow()392 public void setContentView(View contentView) { in setContentView()
69 LinearLayout contentView = new LinearLayout(this); in onCreate() local
287 View contentView = onCreateDialogView(); in showDialog() local
73 LinearLayout contentView = new LinearLayout(this); in onCreate() local
140 LinearLayout contentView = new LinearLayout(this); in onCreate() local
214 View contentView = getChildContentView(v); in onChildDismissed() local
205 View contentView = getChildContentView(v); in onChildDismissed() local
222 LinearLayout contentView = new LinearLayout(this); in onCreate() local