OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:centeringpoint
(Results
1 - 1
of
1
) sorted by null
/build/tools/droiddoc/templates-pdk/assets/
carousel.js
149
var
centeringPoint
= 0;
157
centeringPoint
= Math.ceil(slidesAtOnce/2);
163
if (i <=
centeringPoint
-1) {
166
if (i >= slideTotal-
centeringPoint
+1) {
169
originPosition[code] = (i-
centeringPoint
+1)*slideWidth;
Completed in 81 milliseconds