Loading core/java/android/widget/EdgeGlow.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -38,7 +38,7 @@ public class EdgeGlow { // Time it will take for a pulled glow to decay to partial strength before release // Time it will take for a pulled glow to decay to partial strength before release private static final int PULL_DECAY_TIME = 10000; private static final int PULL_DECAY_TIME = 10000; private static final float MAX_ALPHA = 1.f; private static final float MAX_ALPHA = 0.8f; private static final float HELD_EDGE_ALPHA = 0.7f; private static final float HELD_EDGE_ALPHA = 0.7f; private static final float HELD_EDGE_SCALE_Y = 0.5f; private static final float HELD_EDGE_SCALE_Y = 0.5f; private static final float HELD_GLOW_ALPHA = 0.5f; private static final float HELD_GLOW_ALPHA = 0.5f; Loading Loading
core/java/android/widget/EdgeGlow.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -38,7 +38,7 @@ public class EdgeGlow { // Time it will take for a pulled glow to decay to partial strength before release // Time it will take for a pulled glow to decay to partial strength before release private static final int PULL_DECAY_TIME = 10000; private static final int PULL_DECAY_TIME = 10000; private static final float MAX_ALPHA = 1.f; private static final float MAX_ALPHA = 0.8f; private static final float HELD_EDGE_ALPHA = 0.7f; private static final float HELD_EDGE_ALPHA = 0.7f; private static final float HELD_EDGE_SCALE_Y = 0.5f; private static final float HELD_EDGE_SCALE_Y = 0.5f; private static final float HELD_GLOW_ALPHA = 0.5f; private static final float HELD_GLOW_ALPHA = 0.5f; Loading