当我缩放时,快速快速然后会在5-10秒左右崩溃。
private int getTrueHeight(){
Window window= container.getWindow();
window.getDecorView().getWindowVisibleDisplayFrame(rectgle);
Log.d(TAG, "True Height is "+ rectgle.height());
return rectgle.height();
//return container.getWindowManager().getDefaultDisplay().getHeight()-StatusBarHeight;
}
这是缩放后的代码,然后调用它。
请给我一些建议。感谢。