Searched refs:MSG_STOP_TICKER (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBarView.java92 mHandler.removeMessages(TabletStatusBar.MSG_STOP_TICKER);
93 mHandler.sendEmptyMessage(TabletStatusBar.MSG_STOP_TICKER);
H A DTabletStatusBar.java100 public static final int MSG_STOP_TICKER = 2000; field in class:TabletStatusBar
835 case MSG_STOP_TICKER:

Completed in 63 milliseconds