package me.barrasso.android.volume.ui; public interface Expandable { void expand(); void collapse(); boolean isExpanded(); }