• Home
Name Date Size #Lines LOC

..--

src/com/android/app/viewcapture/03-May-2024-814572

tests/03-May-2024-293185

.gitignoreD03-May-2024123 1413

Android.bpD03-May-20241.8 KiB7466

AndroidManifest.xmlD03-May-2024975 247

OWNERSD03-May-202442 32

README.mdD03-May-2024549 125

TEST_MAPPINGD03-May-2024258 1615

build.gradleD03-May-20241.8 KiB6558

README.md

1###ViewCapture Library Readme
2
3ViewCapture.java is extremely performance sensitive. Any changes should be carried out with great caution not to hurt performance.
4
5The following measurements should serve as a performance baseline (as of 02.10.2022):
6
7
8The onDraw() function invocation time in WindowListener within ViewCapture is measured with System.nanoTime(). The following scenario was measured:
9
101. Capturing the notification shade window root view on a freshly rebooted bluejay device (2 notifications present) -> avg. time = 204237ns (0.2ms)
11
12