tree: ebcccae0b031ccdbca519f526259701fcdfbc17a [path history] [tgz]
  1. bubble_utils.cc
  2. bubble_utils.h
  3. bubble_utils_unittest.cc
  4. README.md
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.