Searched refs:touches (Results 1 - 11 of 11) sorted by path

/external/doclava/res/assets/templates-sdk/assets/js/
H A Dandroid_3p-bundle.js2617 })}function an(){var aJ,aI,aL,aK,aM,s=false;al.unbind("touchstart.jsp touchmove.jsp touchend.jsp click.jsp-touchclick").bind("touchstart.jsp",function(aN){var aO=aN.originalEvent.touches[0];aJ=aC();aI=aA();aL=aO.pageX;aK=aO.pageY;aM=false;s=true}).bind("touchmove.jsp",function(aQ){if(!s){return}var aP=aQ.originalEvent.touches[0],aO=aa,aN=I;Q.scrollTo(aJ+aL-aP.pageX,aI+aK-aP.pageY);aM=aM||Math.abs(aL-aP.pageX)>5||Math.abs(aK-aP.pageY)>5;return aO==aa&&aN==I}).bind("touchend.jsp",function(aN){s=false}).bind("click.jsp-touchclick",function(aN){if(aM){aM=false;return false}})}function g(){var s=aA(),aI=aC();D.removeClass("jspScrollable").unbind(".jsp");D.replaceWith(ao.append(Y.children()));ao.scrollTop(s);ao.scrollLeft(aI);if(av){clearInterval(av)}}b.extend(Q,{reinitialise:function(aI){aI=b.extend({},ay,aI);ar(aI)},scrollToElement:function(aJ,aI,s){ab(aJ,aI,s)},scrollTo:function(aJ,s,aI){N(aJ,aI);M(s,aI)},scrollToX:function(aI,s){N(aI,s)},scrollToY:function(s,aI){M(s,aI)},scrollToPercentX:function(aI,s){N(aI*(T-aj),s)},scrollToPercentY:function(aI,s){M(aI*(Z-v),s)},scrollBy:function(aI,s,aJ){Q.scrollByX(aI,aJ);Q.scrollByY(s,aJ)},scrollByX:function(s,aJ){var aI=aC()+Math[s<0?"floor":"ceil"](s),aK=aI/(T-aj);W(aK*j,aJ)},scrollByY:function(s,aJ){var aI=aA()+Math[s<0?"floor":"ceil"](s),aK=aI/(Z-v);V(aK*i,aJ)},positionDragX:function(s,aI){W(s,aI)},positionDragY:function(aI,s){V(aI,s)},animate:function(aI,aL,s,aK){var aJ={};aJ[aL]=s;aI.animate(aJ,{duration:ay.animateDuration,easing:ay.animateEase,queue:false,step:aK})},getContentPositionX:function(){return aC()},getContentPositionY:function(){return aA()},getContentWidth:function(){return T},getContentHeight:function(){return Z},getPercentScrolledX:function(){return aC()/(T-aj)},getPercentScrolledY:function(){return aA()/(Z-v)},getIsScrollableH:function(){return aE},getIsScrollableV:function(){return az},getContentPane:function(){return Y},scrollToBottom:function(s){V(i,s)},hijackInternalLinks:b.noop,destroy:function(){g()}});ar(O)}e=b.extend({},b.fn.jScrollPane.defaults,e);b.each(["mouseWheelSpeed","arrowButtonSpeed","trackClickSpeed","keyboardSpeed"],function(){e[this]=e[this]||e.speed});return this.each(function(){var f=b(this),g=f.data("jsp");if(g){g.reinitialise(e)}else{b("script",f).filter('[type="text/javascript"],:not([type])').remove();g=new d(f,e);f.data("jsp",g)}})};b.fn.jScrollPane.defaults={showArrows:false,maintainPosition:true,stickToBottom:false,stickToRight:false,clickOnTrack:true,autoReinitialise:false,autoReinitialiseDelay:500,verticalDragMinHeight:0,verticalDragMaxHeight:99999,horizontalDragMinWidth:0,horizontalDragMaxWidth:99999,contentWidth:c,animateScroll:false,animateDuration:300,animateEase:"linear",hijackInternalLinks:false,verticalGutter:4,horizontalGutter:4,mouseWheelSpeed:0,arrowButtonSpeed:0,arrowRepeatFreq:50,arrowScrollOnHover:false,trackClickSpeed:0,trackClickRepeatFreq:70,verticalArrowPositions:"split",horizontalArrowPositions:"split",enableKeyboardNavigation:true,hideFocus:false,keyboardSpeed:0,initialDelay:300,speed:30,scrollPagePercent:0.8}})(jQuery,this);
H A Ddocs.js2935 var t = event.originalEvent.touches[0];
2954 var t = event.originalEvent.touches[0];
/external/libvncserver/webclients/novnc/include/
H A Dinput.js211 if (e.touches || e.changedTouches) {
214 // When two touches occur within 500 ms of each other and are
222 // When the distance between the two touches is small enough
H A Dutil.js510 evt = (evt.changedTouches ? evt.changedTouches[0] : evt.touches ? evt.touches[0] : evt);
/external/linux-kselftest/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S13 # Should be safe from C, only touches r4, r5 and v0,v1,v2
/external/skia/tests/
H A DPathOpsBoundsTest.cpp38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); local
39 REPORTER_ASSERT(reporter, touches);
46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); local
47 REPORTER_ASSERT(reporter, !touches);
/external/skqp/tests/
H A DPathOpsBoundsTest.cpp38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); local
39 REPORTER_ASSERT(reporter, touches);
46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); local
47 REPORTER_ASSERT(reporter, !touches);
/external/testng/ant/3rdparty/
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
/external/walt/
H A DREADME.md13 * [Tap latency](docs/TapLatency.md) - time from the moment a finger-like probe touches down (or up) on the screen
/external/walt/ios/WALT/
H A DDragLatencyController.mm195 - (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
199 - (void)touchesMoved:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
203 - (void)touchesEnded:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
208 // TODO(pquinn): Pull out coalesced touches.
H A DTapLatencyController.m64 - (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {
69 - (void)touchesEnded:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event {

Completed in 534 milliseconds