• Home
Name Date Size #Lines LOC

..--

errors/03-May-2024-6021

layers/03-May-2024-384255

tags/03-May-2024-10649

treeview/03-May-2024-10043

windows/03-May-2024-601410

ErrorTrace.tsD03-May-20241.1 KiB3414

LayersTrace.tsD03-May-20241.3 KiB3717

ObjectFormatter.tsD03-May-20249.9 KiB279172

README.mdD03-May-2024570 1210

TagTrace.tsD03-May-20241 KiB3414

WindowManagerState.tsD03-May-20243.8 KiB11887

WindowManagerTrace.tsD03-May-20241.3 KiB3918

common.jsD03-May-20249.2 KiB314257

index.jsD03-May-20241.1 KiB297

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.