Searched refs:dragX_ (Results 1 – 2 of 2) sorted by relevance
51 dialog->dragX_ = startInfo.GetLocalLocation().GetX(); in RenderDialogTween()55 if (dialog->maskDragRegion_.ContainsInRegion(dialog->dragX_, dialog->dragY_)) { in RenderDialogTween()204 dragX_ = currentPoint.GetX(); in HandleDragUpdate()335 lastPositionX_ = dragX_; in PerformLayout()394 …Offset(topLeftPoint_.GetX() + (dragX_ - lastPositionX_), topLeftPoint_.GetY() + (dragY_ - lastPosi… in ComputeChildPosition()
82 double dragX_ = 0.0; variable