getFooterPosition method

int getFooterPosition()

获取底部位置

Implementation

int getFooterPosition() {
  int footerPosition = sectionBegin;
  if (isExistHeader) footerPosition++;

  return footerPosition + numberItems;
}