Home
last modified time | relevance | path

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

/haiku/src/kits/interface/
H A DColumnListView.cpp383 float fDropHighlightY; member in BPrivate::OutlineView
3226 fDropHighlightY(-1) in OutlineView()
3664 if (fDropHighlightY != -1) {
3665 InvertRect(BRect(0, fDropHighlightY - kDropHighlightLineHeight / 2,
3666 1000000, fDropHighlightY + kDropHighlightLineHeight / 2));
3700 if (!enabled && fDropHighlightY != -1) {
3702 InvertRect(BRect(0, fDropHighlightY - kDropHighlightLineHeight / 2,
3703 1000000, fDropHighlightY + kDropHighlightLineHeight / 2));
3704 fDropHighlightY = -1;
4108 if (fDropHighlightY != -1) {
[all …]