• Home
Name
Date
Size
#Lines
LOC

..--

src/com/android/app/viewcapture/06-Sep-2024-1,4221,031

tests/06-Sep-2024-295189

.gitignoreD06-Sep-2024123 1413

Android.bpD06-Sep-20241.9 KiB7668

AndroidManifest.xmlD06-Sep-2024975 247

OWNERSD06-Sep-202442 32

README.mdD06-Sep-2024549 125

TEST_MAPPINGD06-Sep-2024258 1615

build.gradleD06-Sep-20241.7 KiB6256

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