OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:slidesatonce
(Results
1 - 1
of
1
) sorted by null
/build/tools/droiddoc/templates-pdk/assets/
carousel.js
142
var
slidesAtOnce
= 3; // no. of slides to appear at once (requires odd number to have a centered slide)
157
centeringPoint = Math.ceil(
slidesAtOnce
/2);
167
originPosition[code] = (slideTotal-
slidesAtOnce
)*slideWidth;
174
rightScrollLimit = -1*(slideTotal-
slidesAtOnce
)*slideWidth;
Completed in 98 milliseconds