Searched refs:BASE_SCALE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/EasterEgg/src/com/android/egg/octo/
H A DOctopusDrawable.java37 private static float BASE_SCALE = 100f; field in class:OctopusDrawable
83 M.setScale(mSizePx/BASE_SCALE, mSizePx/BASE_SCALE);
84 // TaperedPathStroke.setMinStep(20f*BASE_SCALE/mSizePx); // nice little floaty circles
85 TaperedPathStroke.setMinStep(8f*BASE_SCALE/mSizePx); // classic tentacles
122 if (point.y - BASE_SCALE/2 > scaledBounds[1]) {
124 } else if (point.y + BASE_SCALE < 0) {
168 return Math.hypot(ptmp[0] - point.x, ptmp[1] - point.y) < BASE_SCALE/2;

Completed in 51 milliseconds