file cosmetics
This commit is contained in:
parent
3674025076
commit
c1ff1a4c4f
1 changed files with 63 additions and 65 deletions
|
@ -45,7 +45,6 @@ public class MultiTouchSupport {
|
|||
protected Method getPointerId;
|
||||
|
||||
|
||||
|
||||
public MultiTouchSupport(Context ctx, MultiTouchZoomListener listener){
|
||||
this.ctx = ctx;
|
||||
this.listener = listener;
|
||||
|
@ -131,10 +130,9 @@ public class MultiTouchSupport {
|
|||
} catch (Exception e) {
|
||||
log.debug("Multi touch exception" , e); //$NON-NLS-1$
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
public PointF getCenterPoint() {
|
||||
return centerPoint;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue