果冻豆中的Android图像缩放和平移

果冻豆中的Android图像缩放和平移,android,android-image,android-4.2-jelly-bean,Android,Android Image,Android 4.2 Jelly Bean,我已经根据网络中的样本和文章实现了图像缩放和平移,缩放和平移在KitKat上都可以很好地工作,但在Jelly bean上,缩放和平移都不能作为冻结图像工作 currentMatrix.postScale(temp, temp, 0, 0); setImageMatrix(this.currentMatrix); 在果冻豆的情况下,有什么需要为图像做的吗?在果冻豆中,一旦我为图像视图设置了一个新的矩阵,我就必须使其无效 ImageView.postInvalidate(); 在基特卡特,不需要

我已经根据网络中的样本和文章实现了图像缩放和平移,缩放和平移在KitKat上都可以很好地工作,但在Jelly bean上,缩放和平移都不能作为冻结图像工作

currentMatrix.postScale(temp, temp, 0, 0);
setImageMatrix(this.currentMatrix);

在果冻豆的情况下,有什么需要为图像做的吗?

在果冻豆中,一旦我为图像视图设置了一个新的矩阵,我就必须使其无效

ImageView.postInvalidate();
在基特卡特,不需要伤残