Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/viewer_protolog/scroll_strategy/
Dprotolog_scroll_directive.ts21 import {ProtologScrollStrategy} from './protolog_scroll_strategy';
34 scrollStrategy = new ProtologScrollStrategy();
Dprotolog_scroll_strategy.ts20 export class ProtologScrollStrategy extends VariableHeightScrollStrategy { class