Home
last modified time | relevance | path

Searched refs:scrollStrategy (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/viewers/common/
Dvariable_height_scroll_directive.ts21 abstract scrollStrategy: VariableHeightScrollStrategy; property in VariableHeightScrollDirective
26 this.scrollStrategy.updateItems(items);
/development/tools/winscope/src/viewers/viewer_protolog/scroll_strategy/
Dprotolog_scroll_directive.ts28 useFactory: (dir: ProtologScrollDirective) => dir.scrollStrategy,
34 scrollStrategy = new ProtologScrollStrategy(); property in ProtologScrollDirective
/development/tools/winscope/src/viewers/viewer_transactions/scroll_strategy/
Dtransactions_scroll_directive.ts28 useFactory: (dir: TransactionsScrollDirective) => dir.scrollStrategy,
34 scrollStrategy = new TransactionsScrollStrategy(); property in TransactionsScrollDirective