Searched refs:previousFocus (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DWindow.cpp3989 BView* previousFocus = focus; local
3993 if (previousFocus->fPreviousSibling) {
3995 previousFocus = _LastViewChild(previousFocus->fPreviousSibling);
3997 previousFocus = previousFocus->fParent;
3998 if (previousFocus == fTopView)
3999 previousFocus = _LastViewChild(fTopView);
4002 if (previousFocus == focus || previousFocus
[all...]

Completed in 74 milliseconds