public int getBaseline(int row) {
   if (row == 0 && mLabel != null) {
     return mLabel.getBaseline();
   }
   return -1;
 }