Example #1
0
 public void showSilentHint() {
   if (DEBUG) Log.d(mTag, "showSilentHint");
   if (mZenButtons == null || mZenButtons.getChildCount() == 0) return;
   final View noneButton = mZenButtons.getChildAt(0);
   mIconPulser.start(noneButton);
 }