6 * If true, ink ripple effect is disabled.
19 downAction: function(e) {
20 if (this.noink || (this.parentElement && this.parentElement.noink)) {
23 this.$.ink.downAction(e);
26 upAction: function() {
27 this.$.ink.upAction();
30 cancelRipple: function() {
31 this.$.ink.upAction();