HomeSort by relevance Sort by last modified time
    Searched full:mousewheel (Results 1 - 25 of 54) sorted by null

1 2 3

  /build/tools/droiddoc/templates-ds/assets/scroller/
jquery.mousewheel.min.js 12 (function(a){function d(b){var c=b||window.event,d=[].slice.call(arguments,1),e=0,f=!0,g=0,h=0;return b=a.event.fix(c),b.type="mousewheel",c.wheelDelta&&(e=c.wheelDelta/120),c.detail&&(e=-c.detail/3),h=e,c.axis!==undefined&&c.axis===c.HORIZONTAL_AXIS&&(h=0,g=-1*e),c.wheelDeltaY!==undefined&&(h=c.wheelDeltaY/120),c.wheelDeltaX!==undefined&&(g=-1*c.wheelDeltaX/120),d.unshift(b,e,g,h),(a.event.dispatch||a.event.handle).apply(this,d)}var b=["DOMMouseScroll","mousewheel"];if(a.event.fixHooks)for(var c=b.length;c;)a.event.fixHooks[b[--c]]=a.event.mouseHooks;a.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=b.length;a;)this.addEventListener(b[--a],d,!1);else this.onmousewheel=d},teardown:function(){if(this.removeEventListener)for(var a=b.length;a;)this.removeEventListener(b[--a],d,!1);else this.onmousewheel=null}},a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery)
jquery.jscrollpane.min.js 8 (function(b,a,c){b.fn.jScrollPane=function(e){function d(D,O){var ay,Q=this,Y,aj,v,al,T,Z,y,q,az,aE,au,i,I,h,j,aa,U,ap,X,t,A,aq,af,am,G,l,at,ax,x,av,aH,f,L,ai=true,P=true,aG=false,k=false,ao=D.clone(false,false).empty(),ac=b.fn.mwheelIntent?"mwheelIntent.jsp":"mousewheel.jsp";aH=D.css("paddingTop")+" "+D.css("paddingRight")+" "+D.css("paddingBottom")+" "+D.css("paddingLeft");f=(parseInt(D.css("paddingLeft"),10)||0)+(parseInt(D.css("paddingRight"),10)||0);function ar(aQ){var aL,aN,aM,aJ,aI,aP,aO=false,aK=false;ay=aQ;if(Y===c){aI=D.scrollTop();aP=D.scrollLeft();D.css({overflow:"hidden",padding:0});aj=D.innerWidth()+f;v=D.innerHeight();D.width(aj);Y=b('<div class="jspPane" />').css("padding",aH).append(D.children());al=b('<div class="jspContainer" />').css({width:aj+"px",height:v+"px"}).append(Y).appendTo(D)}else{D.css("width","");aO=ay.stickToBottom&&K();aK=ay.stickToRight&&B();aJ=D.innerWidth()+f!=aj||D.outerHeight()!=v;if(aJ){aj=D.innerWidth()+f;v=D.innerHeight();al.css({width:aj+"px",height:v+"px"})}if(!aJ&&L==T&&Y.outerHeight()==Z){D.width(aj);return}L=T;Y.css("width","");D.width(aj);al.find(">.jspVerticalBar,>.jspHorizontalBar").remove().end()}Y.css("overflow","auto");if(aQ.contentWidth){T=aQ.contentWidth}else{T=Y[0].scrollWidth}Z=Y[0].scrollHeight;Y.css("overflow","");y=T/aj;q=Z/v;az=q>1;aE=y>1;if(!(aE||az)){D.removeClass("jspScrollable");Y.css({top:0,width:al.width()-f});n();E();R();w()}else{D.addClass("jspScrollable");aL=ay.maintainPosition&&(I||aa);if(aL){aN=aC();aM=aA()}aF();z();F();if(aL){N(aK?(T-aj):aN,false);M(aO?(Z-v):aM,false)}J();ag();an();if(ay.enableKeyboardNavigation){S()}if(ay.clickOnTrack){p()}C();if(ay.hijackInternalLinks){m()}}if(ay.autoReinitialise&&!av){av=setInterval(function(){ar(ay)},ay.autoReinitialiseDelay)}else{if(!ay.autoReinitialise&&av){clearInterval(av)}}aI&&D.scrollTop(0)&&M(aI,false);aP&&D.scrollLeft(0)&&N(aP,false);D.trigger("jsp-initialised",[aE||az])}function aF(){if(az){al.append(b('<div class="jspVerticalBar" />').append(b('<div class="jspCap jspCapTop" />'),b('<div class="jspTrack" />').append(b('<div class="jspDrag" />').append(b('<div class="jspDragTop" />'),b('<div class="jspDragBottom" />'))),b('<div class="jspCap jspCapBottom" />')));U=al.find(">.jspVerticalBar");ap=U.find(">.jspTrack");au=ap.find(">.jspDrag");if(ay.showArrows){aq=b('<a class="jspArrow jspArrowUp" />').bind("mousedown.jsp",aD(0,-1)).bind("click.jsp",aB);af=b('<a class="jspArrow jspArrowDown" />').bind("mousedown.jsp",aD(0,1)).bind("click.jsp",aB);if(ay.arrowScrollOnHover){aq.bind("mouseover.jsp",aD(0,-1,aq));af.bind("mouseover.jsp",aD(0,1,af))}ak(ap,ay.verticalArrowPositions,aq,af)}t=v;al.find(">.jspVerticalBar>.jspCap:visible,>.jspVerticalBar>.jspArrow").each(function(){t-=b(this).outerHeight()});au.hover(function(){au.addClass("jspHover")},function(){au.removeClass("jspHover")}).bind("mousedown.jsp",function(aI){b("html").bind("dragstart.jsp selectstart.jsp",aB);au.addClass("jspActive");var s=aI.pageY-au.position().top;b("html").bind("mousemove.jsp",function(aJ){V(aJ.pageY-s,false)}).bind("mouseup.jsp mouseleave.jsp",aw);return false});o()}}function o(){ap.height(t+"px");I=0;X=ay.verticalGutter+ap.outerWidth();Y.width(aj-X-f);try{if(U.position().left===0){Y.css("margin-left",X+"px")}}catch(s){}}function z(){if(aE){al.append(b('<div class="jspHorizontalBar" />').append(b('<div class="jspCap jspCapLeft" />'),b('<div class="jspTrack" />').append(b('<div class="jspDrag" />').append(b('<div class="jspDragLeft" />'),b('<div class="jspDragRight" />'))),b('<div class="jspCap jspCapRight" />')));am=al.find(">.jspHorizontalBar");G=am.find(">.jspTrack");h=G.find(">.jspDrag");if(ay.showArrows){ax=b('<a class="jspArrow jspArrowLeft" />').bind("mousedown.jsp",aD(-1,0)).bind("click.jsp",aB);x=b('<a class="jspArrow jspArrowRight" />').bind("mousedown.jsp",aD(1,0)).bind("click.jsp",aB);
  /external/qemu/distrib/sdl-1.2.15/
TODO 5 * Add mousewheel events (new unified event architecture?)
  /external/webkit/Source/WebKit/chromium/src/
WebScrollbarImpl.cpp 136 case WebInputEvent::MouseWheel:
201 WebMouseWheelEvent mousewheel = *static_cast<const WebMouseWheelEvent*>(&event); local
203 float delta = m_scrollbar->orientation() == HorizontalScrollbar ? mousewheel.deltaX : mousewheel.deltaY;
205 if (mousewheel.scrollByPage) {
WebPopupMenuImpl.cpp 115 void WebPopupMenuImpl::MouseWheel(const WebMouseWheelEvent& event)
198 case WebInputEvent::MouseWheel:
199 MouseWheel(*static_cast<const WebMouseWheelEvent*>(&inputEvent));
WebPopupMenuImpl.h 96 void MouseWheel(const WebMouseWheelEvent&);
WebInputEventConversion.cpp 303 type = WebInputEvent::MouseWheel;
WebViewImpl.h 254 bool mouseWheel(const WebMouseWheelEvent&);
WebViewImpl.cpp 572 bool WebViewImpl::mouseWheel(const WebMouseWheelEvent& event)
    [all...]
  /external/chromium/chrome/browser/resources/shared/js/cr/
link_controller.js 33 * button (or mousewheel). Or press Enter while holding Ctrl.
36 * your middle mouse button (or mousewheel). Or press Enter while holding
  /external/webkit/Source/WebCore/dom/
EventNames.h 84 macro(mousewheel) \
Element.h 77 DEFINE_ATTRIBUTE_EVENT_LISTENER(mousewheel);
  /external/webkit/Source/WebCore/svg/
SVGElementInstance.h 103 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), mousewheel); member in class:WebCore::SVGElementInstance
  /external/webkit/Source/WebKit/chromium/src/win/
WebInputEventFactory.cpp 314 result.type = WebInputEvent::MouseWheel;
331 // Synthesize mousewheel event from a scroll event. This is needed to
  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.h 135 // Callback for mousewheel events.
  /external/webkit/Source/WebCore/page/
DOMWindow.h 304 DEFINE_ATTRIBUTE_EVENT_LISTENER(mousewheel);
  /external/webkit/Source/WebKit/chromium/public/
WebInputEvent.h 95 MouseWheel,
  /external/chromium/chrome/browser/resources/ntp4/
card_slider.js 138 this.container_.addEventListener('mousewheel',
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
actionscript3.php 175 'mouseWheelEnabled', 'mouseWheel', 'mouseUp', 'mouseTarget',
visualfoxpro.php 300 'MouseUp','MouseWheel','Move','Moved','NavigateTo','Newobject',
autoit.php 161 'MouseGetCursor','MouseGetPos','MouseMove','MouseUp','MouseWheel',
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
BreakpointsSidebarPane.js 433 this._createCategory(WebInspector.UIString("Mouse"), "listener", ["click", "dblclick", "mousedown", "mouseup", "mouseover", "mousemove", "mouseout", "mousewheel"]);
  /external/webkit/Source/WebKit/chromium/src/mac/
WebInputEventFactory.mm 714 result.type = WebInputEvent::MouseWheel;
828 // event chunking, and sending mousewheel events with 0 ticks causes some
  /external/chromium/chrome/browser/resources/
menu.js 268 document.addEventListener('mousewheel', this.onMouseWheel_.bind(this));
  /external/chromium-trace/trace-viewer/src/
timeline_track_view.js 97 this.addEventListener('mousewheel', this.onMouseWheel_);

Completed in 1147 milliseconds

1 2 3