FailedToRead 5a9cacfb27 1.提交launcher3所有版本库 10 månader sedan
..
src 5a9cacfb27 1.提交launcher3所有版本库 10 månader sedan
tests 5a9cacfb27 1.提交launcher3所有版本库 10 månader sedan
.gitignore 5a9cacfb27 1.提交launcher3所有版本库 10 månader sedan
Android.bp 5a9cacfb27 1.提交launcher3所有版本库 10 månader sedan
AndroidManifest.xml 5a9cacfb27 1.提交launcher3所有版本库 10 månader sedan
OWNERS 5a9cacfb27 1.提交launcher3所有版本库 10 månader sedan
README.md 5a9cacfb27 1.提交launcher3所有版本库 10 månader sedan
TEST_MAPPING 5a9cacfb27 1.提交launcher3所有版本库 10 månader sedan
build.gradle 5a9cacfb27 1.提交launcher3所有版本库 10 månader sedan

README.md

###ViewCapture Library Readme

ViewCapture.java is extremely performance sensitive. Any changes should be carried out with great caution not to hurt performance.

The following measurements should serve as a performance baseline (as of 02.10.2022):

The onDraw() function invocation time in WindowListener within ViewCapture is measured with System.nanoTime(). The following scenario was measured:

  1. Capturing the notification shade window root view on a freshly rebooted bluejay device (2 notifications present) -> avg. time = 204237ns (0.2ms)