HomeSort by relevance Sort by last modified time
    Searched refs:mGlowScaleYStart (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
EdgeEffect.java 85 private float mGlowScaleYStart;
221 mGlowScaleY = mGlowScaleYStart = 0;
226 mGlowScaleY = mGlowScaleYStart = scale;
248 mGlowScaleYStart = mGlowScaleY;
277 mGlowScaleYStart = Math.max(mGlowScaleY, 0.f);
363 mGlowScaleY = mGlowScaleYStart + (mGlowScaleYFinish - mGlowScaleYStart) * interp;
374 mGlowScaleYStart = mGlowScaleY;
386 mGlowScaleYStart = mGlowScaleY;
  /packages/apps/Launcher3/src/com/android/launcher3/util/
LauncherEdgeEffect.java 64 private float mGlowScaleYStart;
192 mGlowScaleY = mGlowScaleYStart = 0;
197 mGlowScaleY = mGlowScaleYStart = scale;
219 mGlowScaleYStart = mGlowScaleY;
248 mGlowScaleYStart = Math.max(mGlowScaleY, 0.f);
327 mGlowScaleY = mGlowScaleYStart + (mGlowScaleYFinish - mGlowScaleYStart) * interp;
338 mGlowScaleYStart = mGlowScaleY;
350 mGlowScaleYStart = mGlowScaleY;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeEffect.java 102 private float mGlowScaleYStart;
217 mGlowScaleY = mGlowScaleYStart = Math.min(MAX_GLOW_HEIGHT, Math.max(
243 mGlowScaleYStart = mGlowScaleY;
278 mGlowScaleYStart = 0.f;
357 mGlowScaleY = mGlowScaleYStart + (mGlowScaleYFinish - mGlowScaleYStart) * interp;
369 mGlowScaleYStart = mGlowScaleY;
385 mGlowScaleYStart = mGlowScaleY;

Completed in 509 milliseconds