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

/haiku/src/apps/soundrecorder/
H A DUpDownButton.cpp42 if((Bounds().top + Bounds().Height()/2) > (fTrackingY + 3))
44 else if((Bounds().top + Bounds().Height()/2) < (fTrackingY - 3))
66 fTrackingY = (Bounds().top + Bounds().Height()/2);
81 fTrackingY = point.y;
93 if((Bounds().top + Bounds().Height()/2) > (fTrackingY + 3))
95 else if((Bounds().top + Bounds().Height()/2) < (fTrackingY - 3))
H A DUpDownButton.h27 float fTrackingY; member in class:UpDownButton

Completed in 41 milliseconds