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

/haiku/src/kits/interface/
H A DMenu.cpp2052 BPoint screenLocation = ConvertToScreen(location); local
2053 if (window->CheckForScrolling(screenLocation)) {
2063 if (_OverSubmenu(fSelected, screenLocation)
2118 } else if (_OverSuper(screenLocation)
3323 const BPoint screenLocation = move ? ScreenLocation() local
3325 BRect frame = _CalcFrame(screenLocation, &scroll);

Completed in 75 milliseconds