Home | History | Annotate | Download | only in stats

Lines Matching refs:windowData

112    * @param windowData the {@link AggregationWindowData}.
115 * AggregationData} don't match, or the types of {@code Window} and {@code WindowData} don't
124 final AggregationWindowData windowData) {
125 checkWindow(view.getWindow(), windowData);
135 return windowData.match(
207 View.AggregationWindow window, final AggregationWindowData windowData) {
213 windowData instanceof AggregationWindowData.CumulativeData, arg, windowData);
221 windowData instanceof AggregationWindowData.IntervalData, arg, windowData);
229 boolean isValid, View.AggregationWindow window, AggregationWindowData windowData) {
231 throw new IllegalArgumentException(createErrorMessageForWindow(window, windowData));
236 View.AggregationWindow window, AggregationWindowData windowData) {
241 + windowData.getClass().getSimpleName();