Searched refs:contentView (Results 1 – 4 of 4) sorted by relevance
76 RemoteViews contentView = new RemoteViews(getPackageName(), R.layout.notification); in createNotification() local81 contentView.setTextViewText(R.id.textView, text); in createNotification()88 notification.contentView = contentView; in createNotification()
89 static MenuDialogFragment create(int contentView) { in create() argument91 b.putInt(PARAM_CONTENT_VIEW, contentView); in create()110 int contentView = args.getInt(PARAM_CONTENT_VIEW); in onCreateView() local111 return inflater.inflate(contentView, container, false); in onCreateView()
38 final View contentView = findViewById(R.id.fullscreen_content); in onCreate() local51 contentView.setClickable(true); in onCreate()66 contentView.setOnTouchListener(new View.OnTouchListener() { in onCreate()
236 RemoteViews contentView = new RemoteViews(getPackageName(), R.layout.status_bar_balloon); in setMoodView() local237 contentView.setTextViewText(R.id.text, text); in setMoodView()238 contentView.setImageViewResource(R.id.icon, moodId); in setMoodView()239 notif.contentView = contentView; in setMoodView()