com.alexvasilkov.foldablelayout.shading.FoldShading Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of foldable-layout Show documentation
Show all versions of foldable-layout Show documentation
Android widgets to implement folding animation
The newest version!
package com.alexvasilkov.foldablelayout.shading;
import android.graphics.Canvas;
import android.graphics.Rect;
public interface FoldShading {
void onPreDraw(Canvas canvas, Rect bounds, float rotation, int gravity);
void onPostDraw(Canvas canvas, Rect bounds, float rotation, int gravity);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy