protected void applyModeBackground(int oldMode, int newMode, boolean animate) {
   if (DEBUG)
     Log.d(
         mTag,
         String.format(
             "applyModeBackground oldMode=%s newMode=%s animate=%s",
             modeToString(oldMode), modeToString(newMode), animate));
   mBarBackground.applyModeBackground(oldMode, newMode, animate);
 }
 public void finishAnimations() {
   mBarBackground.finishAnimation();
 }