Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_apps_Launcher3
/
c50c6651d388fada4c693d92f0e3bc93943262db
/
.
/
src
/
com
/
android
/
launcher2
/
Dimmable.java
blob: df43b3c8e65ffe35aae9c8bcbd8e3602779bff22 [
file
] [
log
] [
blame
]
Adam Cohen
f34bab5
2010-09-30 14:11:56 -0700
[
diff
] [
blame
]
1
package
com
.
android
.
launcher2
;
2
3
public
interface
Dimmable
{
4
public
void
setDimmableProgress
(
float
progress
);
5
public
float
getDimmableProgress
();
6
}