@Override
 public int getCount() {
   if (mRowInfo != null) {
     return mRowInfo.size();
   }
   return mAgendaAdapter.getCount();
 }