HomeSort by relevance Sort by last modified time
    Searched full:slide (Results 151 - 175 of 443) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
SimSelectorView.java 113 // Slide in the SIM selector list via a translate animation.
ConversationFastScroller.java 214 // Slide the scrollbar in from the side
241 // Slide the scrollbar off to the side
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MediaChooser.java 197 * panel won't process it and slide the panel.
MediaPickerPanel.java 149 // Slide out the tab strip at the end of the animation to full screen.
462 * Determine whether we think the user is actually trying to expand or slide despite the
  /platform_testing/tests/androidbvt/src/com/android/androidbvt/
SysUILockScreenTests.java 114 * Just lock the screen and slide up to unlock
  /prebuilts/maven_repo/android/com/android/support/leanback-v17/21.0.0/
leanback-v17-21.0.0-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/leanback-v17/21.0.2/
leanback-v17-21.0.2-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/leanback-v17/21.0.3/
leanback-v17-21.0.3-sources.jar 
  /external/okhttp/website/static/
bootstrap.min.js 6 !function(e){"use strict";e(function(){e.support.transition=function(){var e=function(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},n;for(n in t)if(e.style[n]!==undefined)return t[n]}();return e&&{end:e}}()})}(window.jQuery),!function(e){"use strict";var t='[data-dismiss="alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function s(){i.trigger("closed").remove()}var n=e(this),r=n.attr("data-target"),i;r||(r=n.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,"")),i=e(r),t&&t.preventDefault(),i.length||(i=n.hasClass("alert")?n:n.parent()),i.trigger(t=e.Event("close"));if(t.isDefaultPrevented())return;i.removeClass("in"),e.support.transition&&i.hasClass("fade")?i.on(e.support.transition.end,s):s()};var r=e.fn.alert;e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("alert");i||r.data("alert",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.alert.Constructor=n,e.fn.alert.noConflict=function(){return e.fn.alert=r,this},e(document).on("click.alert.data-api",t,n.prototype.close)}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.button.defaults,n)};t.prototype.setState=function(e){var t="disabled",n=this.$element,r=n.data(),i=n.is("input")?"val":"html";e+="Text",r.resetText||n.data("resetText",n[i]()),n[i](r[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass(t).attr(t,t):n.removeClass(t).removeAttr(t)},0)},t.prototype.toggle=function(){var e=this.$element.closest('[data-toggle="buttons-radio"]');e&&e.find(".active").removeClass("active"),this.$element.toggleClass("active")};var n=e.fn.button;e.fn.button=function(n){return this.each(function(){var r=e(this),i=r.data("button"),s=typeof n=="object"&&n;i||r.data("button",i=new t(this,s)),n=="toggle"?i.toggle():n&&i.setState(n)})},e.fn.button.defaults={loadingText:"loading..."},e.fn.button.Constructor=t,e.fn.button.noConflict=function(){return e.fn.button=n,this},e(document).on("click.button.data-api","[data-toggle^=button]",function(t){var n=e(t.target);n.hasClass("btn")||(n=n.closest(".btn")),n.button("toggle")})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.$indicators=this.$element.find(".carousel-indicators"),this.options=n,this.options.pause=="hover"&&this.$element.on("mouseenter",e.proxy(this.pause,this)).on("mouseleave",e.proxy(this.cycle,this))};t.prototype={cycle:function(t){return t||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(e.proxy(this.next,this),this.options.interval)),this},getActiveIndex:function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},to:function(t){var n=this.getActiveIndex(),r=this;if(t>this.$items.length-1||t<0)return;return this.sliding?this.$element.one("slid",function(){r.to(t)}):n==t?this.pause().cycle():this.slide(t>n?"next":"prev",e(this.$items[t]))},pause:function(t){return t||(this.paused=!0),this.$element.find(".next, .prev").length&&e.support.transition.end&&(this.$element.trigger(e.support.transition.end),this.cycle(!0)),clearInterval(this.interval),this.interval=null,this},next:function(){if(this.sliding)return;return this.slide("next")},prev:function(){if(this.sliding)return;return this.slide("prev")},slide:function(t,n){var r=this.$element.find(".item.active"),i=n||r[t](),s=this.interval,o=t=="next"?"left":"right",u=t=="next"?"first":"last",a=this,f;this.sliding=!0,s&&this.pause(),i=i.length?i:this.$element.find(".item")[u](),f=e.Event("slide",{relatedTarget:i[0],direction:o});if(i.hasClass("active"))return;this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid",function(){var t=e(a.$indicators.children()[a.getActiveIndex()]);t&&t.addClass("active")}));if(e.support.transition&&this.$element.hasClass("slide")){this.$element.trigger(f);if(f.isDefaultPrevented())return;i.addClass(t),i[0].offsetWidth,r.addClass(o),i.addClass(o),this.$element.one(e.support.transition.end,function(){i.removeClass([t,o].join(" ")).addClass("active"),r.removeClass(["active",o].join(" ")),a.sliding=!1,setTimeout(function(){a.$element.trigger("slid")},0)})}else{this.$element.trigger(f);if(f.isDefaultPrevented())return;r.removeClass("active"),i.addClass("active"),this.sliding=!1,this.$element.trigger("slid")}return s&&this.cycle(),this}};var n=e.fn.carousel;e.fn.carousel=function(n){return this.each(function(){var r=e(this),i=r.data("carousel"),s=e.extend({},e.fn.carousel.defaults,typeof n=="object"&&n),o=typeof n=="string"?n:s.slide;i||r.data("carousel",i=new t(this,s)),typeof n=="number"?i.to(n):o?i[o]():s.interval&&i.pause().cycle()})},e.fn.carousel.defaults={interval:5e3,pause:"hover"},e.fn.carousel.Constructor=t,e.fn.carousel.noConflict=function(){return e.fn.carousel=n,this},e(document).on("click.carousel.data-api","[data-slide], [data-slide-to]",function(t){var n=e(this),r,i=e(n.attr("data-target")||(r=n.attr("href"))&&r.replace(/.*(?=#[^\s]+$)/,"")),s=e.extend({},i.data(),n.data()),o;i.carousel(s),(o=n.attr("data-slide-to"))&&i.data("carousel").pause().to(o).cycle(),t.preventDefault()})}(window.jQuery),!function(e){ (…)
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 149 s = skip_past(s, "curr-slide-title");
163 data.printf("curr-slide-title = \"%s\"\n", title);
739 DEFINE_string(slide, "", "Start on this sample.");
947 itemID = fAppMenu->appendSwitch("Slide Show", "Slide Show" , sinkID, false);
    [all...]
SampleClipDrawMatch.cpp 15 // This slide tests out the match up between BW clipping and rendering. It can
  /external/opencv3/doc/tutorials/introduction/android_binary_package/
O4A_SDK.markdown 102 - [Slides](https://docs.google.com/a/itseez.com/presentation/d/1EO_1kijgBg_BsjNp2ymk-aarg-0K279_1VZRcPplSuk/present#slide=id.p)
213 Manager](https://docs.google.com/a/itseez.com/presentation/d/1EO_1kijgBg_BsjNp2ymk-aarg-0K279_1VZRcPplSuk/present#slide=id.p)
  /external/webrtc/webrtc/common_audio/resampler/
sinc_resampler.cc 73 // just wrapped from r4_ we need to slide r0_ to the right by the size of
194 // on the second load we need to slide r0_ to the right by kKernelSize / 2.
  /packages/apps/Gallery/res/values-pt/
strings.xml 86 <string name="pref_gallery_slideshow_interval_summary" msgid="25973922639324614">"Selecione o tempo de exibição de cada slide na apresentação"</string>
94 <string name="pref_gallery_slideshow_transition_summary" msgid="8294295294239125591">"Selecione o efeito usado ao passar de um slide para o próximo."</string>
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
SlidingPaneLayoutActivity.java 122 * This panel slide listener updates the action bar accordingly for each panel state.
  /external/protobuf/src/google/protobuf/
unknown_field_set.cc 163 // Slide down the remaining fields.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSContainer.java 261 // If the QS is already expanded we don't need to slide in the header as it's already
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
DrawerLayoutActivity.java 77 // This is required to have the drawer slide "over" the toolbar.
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 54 // gallery. It has two modes: normal mode and slide show mode. In normal mode
56 // button to see the previous or next image. In slide show mode it shows one
544 // Could be null if we're stopping a slide show in the course of pausing
867 // Could be null if we're stopping a slide show in the course of pausing
    [all...]
  /packages/apps/Settings/src/com/android/settings/
SetupChooseLockGeneric.java 159 // pattern or password, so don't show "None" or "Slide". We disable them here and set
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 210 static final boolean SLIDE = false;
277 if (SLIDE) {
306 - (SLIDE ? 0 : FADE_TIME) // start moving before the fade
  /frameworks/base/core/java/android/widget/
StackView.java 78 * Represent the two possible stack modes, one where items slide up, and the other
79 * where items slide down. The perspective is also inverted between these two modes.
216 // views above the active view, and have items slide down when sliding out. The opposite is
246 // Slide item in
268 // Slide item out
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
bootstrap.js 280 this.options.slide && this.slide(this.options.slide)
314 return this.slide(pos > activePos ? 'next' : 'prev', $(children[pos]))
326 return this.slide('next')
331 return this.slide('prev')
334 , slide: function (type, next) {
341 , e = $.Event('slide')
351 if ($.support.transition && this.$element.hasClass('slide')) {
391 else if (typeof option == 'string' || (option = options.slide)) data[option](
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 1731 ObjectAnimator slide = createTranslateXAnimation(false); local
1744 ObjectAnimator slide = ObjectAnimator.ofFloat(this, "translationX", start, end); local
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
DrawerLayoutActivity.java 111 // This is required to have the drawer slide "over" the toolbar.

Completed in 1351 milliseconds

1 2 3 4 5 67 8 91011>>