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

  /external/chromium-trace/catapult/third_party/polymer/components/polymer/
polymer.js 275 var hasTouchAction = typeof document.head.style.touchAction === 'string';
856 var touchAction = recognizer.defaultActions && recognizer.defaultActions[g];
869 if (touchAction && actionNode && !actionNode.hasAttribute('touch-action')) {
870 actionNode.setAttribute('touch-action', touchAction);
1115 touchActionToScrollType: function(touchAction) {
1116 var t = touchAction;
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/components/polymer/
polymer.js 275 var hasTouchAction = typeof document.head.style.touchAction === 'string';
856 var touchAction = recognizer.defaultActions && recognizer.defaultActions[g];
869 if (touchAction && actionNode && !actionNode.hasAttribute('touch-action')) {
870 actionNode.setAttribute('touch-action', touchAction);
1115 touchActionToScrollType: function(touchAction) {
1116 var t = touchAction;
    [all...]

Completed in 309 milliseconds