Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_packages_apps_Launcher3
/
120980bd00f5eecec5717f49a3d7db96571025a9
/
.
/
src
/
com
/
android
/
launcher2
/
Dimmable.java
blob: df43b3c8e65ffe35aae9c8bcbd8e3602779bff22 [
file
] [
log
] [
blame
]
package
com
.
android
.
launcher2
;
public
interface
Dimmable
{
public
void
setDimmableProgress
(
float
progress
);
public
float
getDimmableProgress
();
}