tree: ada6965cfeccc53dceda730f52aa91cadc6525d6 [path history] [tgz]
  1. displays/
  2. meta/
  3. resources/
  4. tests/
  5. activity_notifier.cc
  6. activity_notifier.h
  7. app.cc
  8. app.h
  9. BUILD.gn
  10. color_transform_handler.cc
  11. color_transform_handler.h
  12. factory_reset_manager.cc
  13. factory_reset_manager.h
  14. main.cc
  15. media_buttons_handler.cc
  16. media_buttons_handler.h
  17. OWNERS
  18. perspective_demo_mode.cc
  19. perspective_demo_mode.h
  20. presentation.cc
  21. presentation.h
  22. presentation_switcher.cc
  23. presentation_switcher.h
  24. README.md
  25. services.config
src/ui/bin/root_presenter/README.md

Root Presenter

This directory contains the Root Presenter, a service which manages input device lifecycle, lower-level input event dispatch, creation of the root of the global scene graph, and connection of root-level Views by clients such as Sys UI.

This collection of code has a lot of complexity, and you may find various workarounds that exist for very specific purposes. Additionally, the code and comments make assumptions (both explicit and implicit) that may no longer hold. Please don't make plans and patches based on what you see in the repository! Instead, reach out to the following reviewers to coordinate your intended work.

  • jaeheon@
  • dworsham@
  • lindkvist@
  • neelsa@

USAGE

This program should not be run directly. See the present_view tool.