Home
last modified time | relevance | path

Searched refs:contentView (Results 1 – 3 of 3) sorted by relevance

/developers/build/prebuilts/gradle/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
DMainActivity.java76 RemoteViews contentView = new RemoteViews(getPackageName(), R.layout.notification); in createNotification() local
81 contentView.setTextViewText(R.id.textView, text); in createNotification()
88 notification.contentView = contentView; in createNotification()
/developers/samples/android/notification/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
DMainActivity.java76 RemoteViews contentView = new RemoteViews(getPackageName(), R.layout.notification); in createNotification() local
81 contentView.setTextViewText(R.id.textView, text); in createNotification()
88 notification.contentView = contentView; in createNotification()
/developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
DFullscreenActivity.java140 final View contentView = findViewById(R.id.fullscreen_content); in onCreate() local
153 mSystemUiHider = SystemUiHider.getInstance(this, contentView, HIDER_FLAGS); in onCreate()
194 contentView.setOnClickListener(new View.OnClickListener() { in onCreate()