Searched refs:rectFilter (Results 1 – 2 of 2) sorted by relevance
22 let rectFilter: RectFilter; variable31 rectFilter = new RectFilter();40 expect(rectFilter.getRectIdToShowState(allRects, allRects)).toEqual(46 expect(rectFilter.getRectIdToShowState(allRects, preFilteredRects)).toEqual(51 rectFilter.updateRectShowState(displayRect.id, RectShowState.SHOW);53 expect(rectFilter.getRectIdToShowState(allRects, preFilteredRects)).toEqual(62 rectFilter.updateRectShowState(visibleRect.id, RectShowState.SHOW);65 rectFilter.updateRectShowState(visibleRect.id, RectShowState.HIDE);69 rectFilter.updateRectShowState(visibleRect.id, RectShowState.HIDE);72 rectFilter.updateRectShowState(visibleRect.id, RectShowState.SHOW);[all …]
27 private rectFilter = new RectFilter(); property in RectsPresenter82 this.rectFilter.updateRectShowState(id, newShowState);88 this.rectIdToShowState = this.rectFilter.getRectIdToShowState(99 return this.rectFilter.filterRects(