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

  /frameworks/base/docs/html/
jd_extras_en.js 14 'Carousel overrides' are extras that override a default resource
22 The extras, collections, carousel overrides, and static search results
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
bootstrap.js 250 * bootstrap-carousel.js v2.0.4
251 * http://twitter.github.com/bootstrap/javascript.html#carousel
274 /* CAROUSEL CLASS DEFINITION
277 var Carousel = function (element, options) {
286 Carousel.prototype = {
381 /* CAROUSEL PLUGIN DEFINITION
384 $.fn.carousel = function (option) {
387 , data = $this.data('carousel')
388 , options = $.extend({}, $.fn.carousel.defaults, typeof option == 'object' && option)
389 if (!data) $this.data('carousel', (data = new Carousel(this, options))
    [all...]

Completed in 358 milliseconds