1. override
Bitmap getChildAt(int index)

Source

@override
Bitmap getChildAt(int index) {
  return _children[index];
}