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