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