Skip to content

Instantly share code, notes, and snippets.

View caguilar187's full-sized avatar

Cesar Aguilar caguilar187

View GitHub Profile
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu-button/core-menu-button.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-tooltip/core-tooltip.html">
<polymer-element name="my-element">
@caguilar187
caguilar187 / FilterSystem.java
Created November 30, 2012 18:26
testing gist
protected ColorMatrix matrixA = new ColorMatrix();
protected ColorMatrix matrixB = new ColorMatrix();
protected Paint mPaint = new Paint(Paint.ANTI_ALIAS_FLAG);