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

  /frameworks/base/core/java/android/widget/
EdgeEffect.java 117 private static final int VELOCITY_EDGE_FACTOR = 8;
302 mEdgeAlphaFinish = Math.max(0, Math.min(velocity * VELOCITY_EDGE_FACTOR, 1));
305 HELD_EDGE_SCALE_Y, Math.min(velocity * VELOCITY_EDGE_FACTOR, 1.f));
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeEffect.java 125 private static final int VELOCITY_EDGE_FACTOR = 8;
282 mEdgeAlphaFinish = Math.max(0, Math.min(velocity * VELOCITY_EDGE_FACTOR, 1));
285 HELD_EDGE_SCALE_Y, Math.min(velocity * VELOCITY_EDGE_FACTOR, 1.f));

Completed in 231 milliseconds