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

/haiku/src/preferences/time/
H A DAnalogClock.h53 bool _InHand(BPoint point, int32 ticks, float radius);
H A DAnalogClock.cpp340 return _InHand(point, ticks, fRadius * 0.7);
347 return _InHand(point, fMinutes, fRadius * 0.9);
409 TAnalogClock::_InHand(BPoint point, int32 ticks, float radius) function in class:TAnalogClock

Completed in 36 milliseconds