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