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

/haiku/src/tests/kits/device/stickit_BJoystick/
H A DJoystickWindow.cpp224 float col1bot = rect.bottom - 30; local
243 if (rect.bottom-10 > col1bot) {
245 col1bot = 205;
247 col1bot = rect.bottom - 10;
250 ResizeTo(355, col1bot);

Completed in 76 milliseconds