Removing custom state definition from FastBitmapDrawable
> For Fast scrolling, using state list animator defined in xml > For Pressed state, using onState change method in a drawable Change-Id: Ia608690f593938cf0f77e00afcc2a3076e48d8f4
This commit is contained in:
@@ -36,10 +36,6 @@ import com.android.launcher3.util.Themes;
|
||||
*/
|
||||
public class BaseRecyclerViewFastScrollBar {
|
||||
|
||||
public interface FastScrollFocusableView {
|
||||
void setFastScrollFocusState(final FastBitmapDrawable.State focusState, boolean animated);
|
||||
}
|
||||
|
||||
private static final Property<BaseRecyclerViewFastScrollBar, Integer> TRACK_WIDTH =
|
||||
new Property<BaseRecyclerViewFastScrollBar, Integer>(Integer.class, "width") {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user