Home
last modified time | relevance | path

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

/external/chromium_org/ui/webui/resources/js/cr/ui/
Dcard_slider.js104 currentLeft_: 0, property in CardSlider
557 var prevLeft = this.currentLeft_;
558 this.currentLeft_ = -this.cardWidth_ *
564 if (prevLeft == this.currentLeft_ && this.deltaX_ == 0)
576 this.translateTo_(this.currentLeft_);
591 this.deltaX_ = x - this.currentLeft_;
633 this.translateTo_(this.currentLeft_ + deltaX);
645 var newX = this.currentLeft_ + deltaX;