Home
last modified time | relevance | path

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

/haiku/src/kits/tracker/
H A DPose.cpp726 BPoint oldLocation = Location(poseView); in MoveTo() local
729 if (point == oldLocation || poseView->ViewMode() == kListMode) in MoveTo()
739 border_view->MoveBy(point.x - oldLocation.x, in MoveTo()
740 point.y - oldLocation.y); in MoveTo()
H A DFindPanel.h172 const BPoint* oldLocation = 0, bool temporary = true);
H A DFindPanel.cpp602 const BMessage* oldAttributes, const BPoint* oldLocation, bool temporary) in SaveQueryAsAttributes() argument
609 if (oldLocation != NULL) { in SaveQueryAsAttributes()
611 FSSetPoseLocation(entry, *oldLocation); in SaveQueryAsAttributes()