Stuirt

Results 7 comments of Stuirt

``` 对应代码: matrix.postScale(0.5f, 0.5f); matrix.preTranslate(-pivotX, -pivotY); matrix.postTranslate(pivotX, pivotY); ``` 大神,这段代码的矩阵的排序是 PostTranslateMatrix \* PostScaleMatrix \* InitialMatrix \* PreTranslateMatrix 吗

什么意思,按我那样写来计算的值好像是正确的,按代码书写那样来计算,结果好像是 0.5 , 0 , 0 0 , 0.5 , 0 0 , 0 , 1

明白了,我sb了,原来前乘后乘是要一步步看的,谢谢大神!!!

横着切割,平分那个矩形的话,左右要怎么分呢

大神,网上说的,顺逆时针的方法,是不是不适用于这个,还是有特殊的限制

知道了,百度错东西了,谢谢了

` gridPasswordView.postDelayed(new Runnable() { @Override public void run() { gridPasswordView.forceInputViewGetFocus(); } },100); ` 需要把 forceInputViewGetFocus 改为public的