[go: nahoru, domu]

tree: 2f6adc22aee8e9df327de2121a4b9350e386f437 [path history] [tgz]
  1. bubble_constants.h
  2. bubble_event_filter.cc
  3. bubble_event_filter.h
  4. bubble_event_filter_unittest.cc
  5. bubble_utils.cc
  6. bubble_utils.h
  7. bubble_utils_unittest.cc
  8. README.md
  9. simple_grid_layout.cc
  10. simple_grid_layout.h
ash/bubble/README.md

//ash/bubble

Bubbles are widgets with rounded corners. They appear over the main workspace content. Most bubbles are dismissed when the user clicks outside their bounds, similar to a menu.

Example bubbles:

  • System tray (quick settings)
  • Phone hub
  • Bubble app list

This directory contains shared code for bubbles. Individual bubbles should be implemented in other directories, like //ash/app_list, //ash/system, etc.