Searched refs:SCALE (Results 1 – 3 of 3) sorted by relevance
22 readonly SCALE=942 sum=$(echo "scale=${SCALE};${sum} + ${val}" | bc)45 mean=$(echo "scale=${SCALE};${sum} / ${count}" | bc)49 diff_sqrd_sum=$(echo "scale=${SCALE};${diff_sqrd_sum} + (${mean} - ${val}) ^ 2" | bc)51 stddev=$(echo "scale=${SCALE};sqrt(${diff_sqrd_sum} / ${count})" | bc)
69 private static final Property<FastBitmapDrawable, Float> SCALE field in FastBitmapDrawable228 mScaleAnimation = ObjectAnimator.ofFloat(this, SCALE, PRESSED_SCALE); in onStateChange()234 mScaleAnimation = ObjectAnimator.ofFloat(this, SCALE, 1f); in onStateChange()
115 SCALE, enumConstant621 if (mInteractionMode == InteractionMode.SCALE) { in onTouchEvent()959 mInteractionMode = InteractionMode.SCALE;