HomeSort by relevance Sort by last modified time
    Searched refs:Toasts (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/message_center/views/
message_popup_collection.cc 138 // Iterate in the reverse order to keep the oldest toasts on screen. Newer
196 // toasts. So we need to keep track of which one is the currently active one.
274 for (Toasts::const_iterator iter = toasts_.begin(); iter != toasts_.end();) {
275 Toasts::const_iterator curr = iter++;
311 Toasts::reverse_iterator iter = toasts_.rbegin();
398 Toasts::const_iterator iter = toasts_.begin();
408 // [Re] start a timeout after which the toasts re-position to their
410 // This provides a period of time when toasts are easy to remove because
412 // pointer. If the user continue to remove the toasts, the delay is reset.
413 // Once user stopped removing the toasts, the toasts re-populate/rearrang
    [all...]
message_popup_collection.h 58 // Container for popup toasts. Because each toast is a frameless window rather
59 // than a view in a bubble, now the container just manages all of those toasts.
96 // Invoked by toasts when they start/finish their animations.
99 // actions like serial closing of the toasts, when the remaining toasts "flow
108 // Removes the toast from our internal list of toasts; this is called when the
112 // Updates |work_area_| and re-calculates the alignment of notification toasts
118 // actual work area for toasts should be resized.
136 typedef std::list<ToastContentsView*> Toasts;
138 // Iterates toasts and starts closing them
    [all...]
message_popup_collection_unittest.cc 34 // This size fits test machines resolution and also can keep a few toasts
76 for (MessagePopupCollection::Toasts::iterator iter =
174 // 3 toasts are shown, equal size, vertical stack.
201 // If taskbar is on the right we show the toasts bottom to top as usual.
213 // 2 toasts are shown, equal size, vertical stack.
241 // 2 toasts are shown, equal size, vertical stack.
272 // 2 toasts are shown, equal size, vertical stack.
303 // 2 toasts are shown, equal size, vertical stack.
331 // 2 toasts are shown, equal size, vertical stack.
340 // Ensure that toasts are on the left
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 276 <li><a href="<?cs var:toroot ?>guide/topics/ui/notifiers/toasts.html">
277 <span class="en">Toasts</span>

Completed in 144 milliseconds