• Home
Name Date Size #Lines LOC

..--

layers/03-May-2024-289200

windows/03-May-2024-805582

Configuration.jsonD03-May-20242.1 KiB5049

ObjectFormatter.tsD03-May-202410.1 KiB324212

README.mdD03-May-2024570 1210

common.jsD03-May-202410.8 KiB351290

mixin.tsD03-May-20242.2 KiB6230

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.