Files
Lawnchair/src/com/android/launcher2/Dimmable.java
T
Adam Cohen f34bab59fc -Added 3D effect to home screen scrolling
-Added background outline fade in / out
-Modified the feel of scrolling: now using quintic
 interpolator and modified the influence of
 scroll velocity

Change-Id: Ifddcab5223ac20be7d9f800ccf09442d9b4db781

Conflicts:

	src/com/android/launcher2/CellLayout.java
2010-09-30 14:15:10 -07:00

7 lines
155 B
Java

package com.android.launcher2;
public interface Dimmable {
public void setDimmableProgress(float progress);
public float getDimmableProgress();
}