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

/haiku/src/apps/showimage/
H A DShowImageView.h220 int fHideCursorCountDown; member in class:ShowImageView
H A DShowImageView.cpp200 fHideCursorCountDown(HIDE_CURSOR_DELAY_TIME),
249 if (fHideCursorCountDown == 0) {
251 fHideCursorCountDown--;
263 } else if (fHideCursorCountDown > 0)
264 fHideCursorCountDown--;
1184 fHideCursorCountDown = HIDE_CURSOR_DELAY_TIME;
1855 fHideCursorCountDown = HIDE_CURSOR_DELAY_TIME;

Completed in 36 milliseconds