Searched refs:contentView (Results 1 – 3 of 3) 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()
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()