Searched defs:stretch (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/power/
H A DElectronBeam.java61 // the horizontal stretch effect. The remainder is spent performing
62 // the vertical stretch effect.
249 * @param stretch The stretch factor. 0.0 is no collapse, 1.0 is full collapse.
251 private void drawVStretch(float stretch) { argument
253 final float ar = scurve(stretch, 7.5f);
254 final float ag = scurve(stretch, 8.0f);
255 final float ab = scurve(stretch, 8.5f);
257 Slog.d(TAG, "drawVStretch: stretch=" + stretch
323 drawHStretch(float stretch) argument
[all...]

Completed in 178 milliseconds