下你所需,载你所想!
汇集开发技术源码资料

android九宫格滑动解锁实例代码

:644.298KB :1 :2021-12-02 16:03:42

部分简介

android九宫格滑动解锁实例代码如果对于本文件有需要的可以参考。
private Bitmap locus_line_semicircle_error;
/**
* 线的移动方向
*/
private Bitmap locus_arrow;
/**
* 出错情况下线的移动方向
*/
private Bitmap locus_arrow_error;
/**
* 错误状态下的线的图片
*/
private Bitmap locus_line_error;
/**
* 清除痕迹的时间
*/
private long CLEAR_TIME = 0;
/**
* 密码最小长度
*/
private int passwordMinLength = 3;
private Matrix mMatrix = new Matrix();
/**
* 连线的透明度
*/
private int lineAlpha = 50;
/**
* 是否可操作
*/
private boolean isTouch = true;
private boolean checking = false;
//
private boolean isCache = false;
/**
* 判断是否正在绘制并且未到达下一个点
*/
private boolean movingNoPoint = false;
/**
* 正在移动的x,y坐标
*/

热门推荐

相关文章