Home | History | Annotate | Download | only in widget

Lines Matching refs:widgetId

799         final int widgetId;
801 RemoteViewsCacheKey(Intent.FilterComparison filter, int widgetId) {
803 this.widgetId = widgetId;
812 return other.filter.equals(filter) && other.widgetId == widgetId;
817 return (filter == null ? 0 : filter.hashCode()) ^ (widgetId << 2);