All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alexvasilkov.foldablelayout.shading.FoldShading Maven / Gradle / Ivy

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