_LastViewChild
BView* _LastViewChild(BView* parent);
previousFocus = _LastViewChild(previousFocus->fPreviousSibling);
previousFocus = _LastViewChild(fTopView);