: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坐标
*/
10-16电磁TC264实例代码
10-16BootLoader实例代码
10-09电梯(入门级实例代码)
10-08qt inject dll 实例代码
09-29SPH算法基础实例代码
09-28zebra quagga实例代码
09-28Unix系统编程学习实例代码
09-24tesseract-1.03 实例代码
09-19创龙开发板实例代码(含资料)
08-30SM3算法实例代码