Searched refs:remoteView (Results 1 – 3 of 3) sorted by relevance
64 RemoteViews remoteView) { in putCachedView() argument74 contentViews.put(flag, remoteView); in putCachedView()
59 RemoteViews remoteView); in putCachedView() argument
5004 void setContentMinHeight(RemoteViews remoteView, boolean hasMinHeight) { in setContentMinHeight() argument5011 remoteView.setInt(R.id.notification_main_column, "setMinimumHeight", minHeight); in setContentMinHeight()6310 private void reduceImageSizesForRemoteView(RemoteViews remoteView, Context context,6312 if (remoteView != null) {6320 remoteView.reduceImageSizes(maxWidth, maxHeight);