Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
bubble_constants.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
bubble_utils.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
bubble_utils.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
bubble_utils_unittest.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
simple_grid_layout.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
simple_grid_layout.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

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.