Home
last modified time | relevance | path

Searched refs:_bands (Results 1 – 2 of 2) sorted by relevance

/plugin/tline/timeline_js/
Dtimeline-bundle.js2636 A<this._bands.length;
2637 A++){this._bands[A].dispose();
2638 }this._bands=null;
2643 Timeline._Impl.prototype.getBandCount=function(){return this._bands.length;
2645 Timeline._Impl.prototype.getBand=function(A){return this._bands[A];
2654 A<this._bands.length;
2655 A++){this._bands[A].paint();
2715 I<A._bands.length;
2716 I++){A._bands[I].checkAutoWidth();
2736 this._bands=[]; property
[all …]
/plugin/eventline/timeline_js/
Dtimeline-bundle.js2652 A<this._bands.length;
2653 A++){this._bands[A].dispose();
2654 }this._bands=null;
2659 Timeline._Impl.prototype.getBandCount=function(){return this._bands.length;
2661 Timeline._Impl.prototype.getBand=function(A){return this._bands[A];
2670 A<this._bands.length;
2671 A++){this._bands[A].paint();
2731 I<A._bands.length;
2732 I++){A._bands[I].checkAutoWidth();
2752 this._bands=[]; property
[all …]