Home
last modified time | relevance | path

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

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/
DNotificationStudioActivity.java182 private View refreshRemoteViews(ViewGroup parent, RemoteViews remoteViews) { in refreshRemoteViews() argument
184 if (remoteViews != null) { in refreshRemoteViews()
187 View v = remoteViews.apply(this, parent); in refreshRemoteViews()