HomeSort by relevance Sort by last modified time
    Searched refs:slideWidth (Results 1 - 2 of 2) sorted by null

  /build/tools/droiddoc/templates-pdk/assets/
carousel.js 141 var slideWidth = 144; // width of a slide including all margins, etc.
167 originPosition[code] = (slideTotal-slidesAtOnce)*slideWidth;
169 originPosition[code] = (i-centeringPoint+1)*slideWidth;
174 rightScrollLimit = -1*(slideTotal-slidesAtOnce)*slideWidth;
224 var amount = slideWidth;
229 var amount = slideWidth;
239 if (amount == slideWidth ) {
240 motionDistance = slideWidth;
275 if (rP <= slideWidth) {
  /external/skia/gm/
inversepaths.cpp 61 const SkScalar slideWidth = 90, slideHeight = 90;
67 SkScalar cx = slideWidth / 2 + slideBoundary;
69 SkScalar dx = slideWidth + 2 * slideBoundary;
73 slideBoundary + slideWidth,

Completed in 64 milliseconds