OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slideWidth
(Results
1 - 3
of
3
) 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/chromium_org/third_party/skia/gm/
inversepaths.cpp
62
const SkScalar
slideWidth
= 90, slideHeight = 90;
86
SkScalar cx =
slideWidth
/ 2 + slideBoundary;
88
SkScalar dx =
slideWidth
+ 2 * slideBoundary;
92
slideBoundary +
slideWidth
,
/external/skia/gm/
inversepaths.cpp
62
const SkScalar
slideWidth
= 90, slideHeight = 90;
86
SkScalar cx =
slideWidth
/ 2 + slideBoundary;
88
SkScalar dx =
slideWidth
+ 2 * slideBoundary;
92
slideBoundary +
slideWidth
,
Completed in 230 milliseconds