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

  /external/chromium/chrome/browser/chromeos/notifications/
notification_browsertest.cc 66 NotificationPanel* GetNotificationPanel() {
67 return static_cast<NotificationPanel*>(
141 NotificationPanel* panel = GetNotificationPanel();
150 EXPECT_EQ(NotificationPanel::STICKY_AND_NEW, tester->state());
156 EXPECT_EQ(NotificationPanel::STICKY_AND_NEW, tester->state());
163 EXPECT_EQ(NotificationPanel::STICKY_AND_NEW, tester->state());
169 EXPECT_EQ(NotificationPanel::CLOSED, tester->state());
180 NotificationPanel* panel = GetNotificationPanel();
183 EXPECT_EQ(NotificationPanel::CLOSED, tester->state());
189 EXPECT_EQ(NotificationPanel::STICKY_AND_NEW, tester->state())
    [all...]
notification_panel.h 31 // NotificationPanel is a panel that displays notifications. It has
72 class NotificationPanel : public PanelController::Delegate,
84 NotificationPanel();
85 virtual ~NotificationPanel();
179 ScopedRunnableMethodFactory<NotificationPanel> task_factory_;
200 DISALLOW_COPY_AND_ASSIGN(NotificationPanel);
205 explicit NotificationPanelTester(NotificationPanel* panel)
209 NotificationPanel::State state() {
242 NotificationPanel* panel_;
notification_panel.cc 43 using chromeos::NotificationPanel;
47 const char* ToStr(const NotificationPanel::State state) {
49 case NotificationPanel::FULL:
51 case NotificationPanel::KEEP_SIZE:
53 case NotificationPanel::STICKY_AND_NEW:
55 case NotificationPanel::MINIMIZED:
57 case NotificationPanel::CLOSED:
75 explicit ViewportWidget(chromeos::NotificationPanel* panel)
121 chromeos::NotificationPanel* panel_;
396 NotificationPanel::NotificationPanel(
    [all...]
balloon_collection_impl.cc 31 : notification_ui_(new NotificationPanel()) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationPanelTitle.java 28 private NotificationPanel mPanel;
35 public void setPanel(NotificationPanel p) {
NotificationPanel.java 39 public class NotificationPanel extends RelativeLayout implements StatusBarPanel,
41 static final String TAG = "Tablet/NotificationPanel";
67 public NotificationPanel(Context context, AttributeSet attrs) {
71 public NotificationPanel(Context context, AttributeSet attrs, int defStyle) {
TabletStatusBar.java 145 NotificationPanel mNotificationPanel;
198 mNotificationPanel = (NotificationPanel)View.inflate(context,
254 lp.setTitle("NotificationPanel");
    [all...]

Completed in 4682 milliseconds