Home
last modified time | relevance | path

Searched refs:HotZoneSize (Results 1 – 1 of 1) sorted by relevance

/dports/audio/audacity/audacity-Audacity-3.1.3/src/tracks/playabletrack/wavetrack/ui/
H A DWaveTrackView.cpp61 enum { HotZoneSize = 5 }; // so many pixels at top and bottom of each subview enumerator
165 if ( yy >= 0 && yy < HotZoneSize && index > 0 ) in HitTest()
167 if ( yy < height && yy >= height - HotZoneSize && in HitTest()
223 enum { MinHeight = SubViewAdjuster::HotZoneSize };