Searched refs:fDropIndex (Results 1 - 9 of 9) sorted by relevance

/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp34 fDropIndex(-1),
163 if (fDropOffset != dropOffset || fDropIndex != dropIndex) {
165 fDropIndex = dropIndex;
180 if (fDropIndex >= 0) {
182 = fGradient->ColorAt(fDropIndex)) {
185 fGradient->SetColor(fDropIndex, color);
186 fCurrentStepIndex = fDropIndex;
187 fDropIndex = -1;
385 if (i == fDropIndex)
448 fDropIndex
[all...]
H A DGradientControl.h83 int32 fDropIndex; member in class:GradientControl
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp111 fDropIndex(-1),
331 if (fDropIndex < 0 || fDropIndex > count)
332 fDropIndex = count;
339 CopyItems(indices, fDropIndex);
341 MoveItems(indices, fDropIndex);
343 fDropIndex = -1;
572 fDropIndex = -1;
801 if (fDropIndex != index) {
802 fDropIndex
[all...]
H A DListViews.h121 int32 fDropIndex; member in class:DragSortableListView
H A DPlaylistListView.cpp320 ItemsReceived(message, fDropIndex);
325 ItemsReceived(message, fDropIndex);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp121 fDropIndex(-1),
193 if (fDropIndex < 0 || fDropIndex > count)
194 fDropIndex = count;
195 HandleDropMessage(message, fDropIndex);
196 fDropIndex = -1;
426 fDropIndex = -1;
675 if (fDropIndex != index) {
676 fDropIndex = index;
677 if (fDropIndex >
[all...]
H A DListViews.h125 int32 fDropIndex; member in class:DragSortableListView
/haiku/src/preferences/locale/
H A DLanguageListView.h94 int32 fDropIndex; member in class:LanguageListView
H A DLanguageListView.cpp186 fDropIndex(-1),
273 dragMessage.AddInt32("drop_index", fDropIndex);
286 if (fDropIndex >= 0 && fDropTargetHighlightFrame.IsValid()) {
437 fDropIndex = 0;
459 fDropIndex = index;

Completed in 57 milliseconds