File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
javatests/com/google/android/material/circularreveal
java/com/google/android/material Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535import androidx .annotation .IntDef ;
3636import androidx .annotation .Nullable ;
3737import com .google .android .material .circularreveal .CircularRevealWidget .RevealInfo ;
38- import com .google .android .material .math .MathUtils ;
3938import android .view .View ;
39+ import com .google .android .material .math .MathUtils ;
4040import java .lang .annotation .Retention ;
4141import java .lang .annotation .RetentionPolicy ;
4242
Original file line number Diff line number Diff line change 2121import androidx .annotation .ColorInt ;
2222import androidx .annotation .Nullable ;
2323import com .google .android .material .circularreveal .CircularRevealHelper .Delegate ;
24- import com .google .android .material .math .MathUtils ;
2524import android .util .Property ;
2625import android .view .View ;
2726import android .view .ViewAnimationUtils ;
27+ import com .google .android .material .math .MathUtils ;
2828
2929/**
3030 * Interface which denotes that a {@link View} supports a circular clip and scrim color, even for
Original file line number Diff line number Diff line change 5353import com .google .android .material .circularreveal .CircularRevealWidget .CircularRevealScrimColorProperty ;
5454import com .google .android .material .circularreveal .CircularRevealWidget .RevealInfo ;
5555import com .google .android .material .floatingactionbutton .FloatingActionButton ;
56- import com .google .android .material .math .MathUtils ;
5756import androidx .core .view .ViewCompat ;
5857import android .util .AttributeSet ;
5958import android .util .Pair ;
6362import android .view .ViewGroup ;
6463import android .widget .ImageView ;
6564import androidx .coordinatorlayout .widget .CoordinatorLayout ;
65+ import com .google .android .material .math .MathUtils ;
6666import java .util .ArrayList ;
6767import java .util .List ;
6868
Original file line number Diff line number Diff line change 3434import androidx .annotation .ColorInt ;
3535import androidx .annotation .Nullable ;
3636import com .google .android .material .circularreveal .CircularRevealWidget .RevealInfo ;
37- import com .google .android .material .math .MathUtils ;
3837import android .view .View ;
3938import android .view .View .MeasureSpec ;
39+ import com .google .android .material .math .MathUtils ;
4040import org .junit .Before ;
4141import org .junit .Test ;
4242import org .junit .runner .RunWith ;
You can’t perform that action at this time.
0 commit comments