Searched refs:makeDisplaysStrategy (Results 1 – 1 of 1) sorted by relevance
38 private makeDisplaysStrategy?: (rects: UiRect[]) => DisplayIdentifier[], property in RectsPresenter71 if (this.makeDisplaysStrategy) {72 this.displays = this.makeDisplaysStrategy(this.rectsToDraw);