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

/haiku/src/apps/mediaplayer/
H A DMainWin.h194 static int sNoVideoWidth; member in class:MainWin
H A DMainWin.cpp62 int MainWin::sNoVideoWidth = MIN_WIDTH; member in class:MainWin
300 if (sNoVideoWidth == MIN_WIDTH)
301 sNoVideoWidth = frame.IntegerWidth();
302 } else if (sNoVideoWidth > MIN_WIDTH) {
303 ResizeTo(sNoVideoWidth, Bounds().Height());
305 fNoVideoWidth = sNoVideoWidth;
434 sNoVideoWidth = fNoVideoWidth = (int)newWidth;

Completed in 91 milliseconds