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()
140 final View contentView = findViewById(R.id.fullscreen_content); in onCreate() local153 mSystemUiHider = SystemUiHider.getInstance(this, contentView, HIDER_FLAGS); in onCreate()194 contentView.setOnClickListener(new View.OnClickListener() { in onCreate()