• Home
Name
Date
Size
#Lines
LOC

..--

treeview/03-May-2024-13744

windows/03-May-2024-541374

ObjectFormatter.tsD03-May-20247.9 KiB209130

README.mdD03-May-2024570 1210

WindowManagerState.tsD03-May-20243.8 KiB11486

WindowManagerTrace.tsD03-May-20241.3 KiB4019

common.jsD03-May-20245.4 KiB164130

index.jsD03-May-2024897 263

mixin.tsD03-May-20241.9 KiB5224

README.md

1This directory contains all the code extending the common Flicker library
2to make it fully compatible with Winscope. The common Flicker library is
3written is Kotlin and compiled to JavaScript and then extended by the code in
4this directory.
5
6To use flickerlib in the rest of the Winscope source code use
7`import { ... } from '@/flickerlib'` rather than importing the compiled
8common Flicker library directly.
9
10The flickerlib classes are extended through mixins (functions, getter, and
11setters) that are injected into the original compiled common Flicker library
12classes.