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;
|
protected Method getPointerId;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public MultiTouchSupport(Context ctx, MultiTouchZoomListener listener){
|
public MultiTouchSupport(Context ctx, MultiTouchZoomListener listener){
|
||||||
this.ctx = ctx;
|
this.ctx = ctx;
|
||||||
this.listener = listener;
|
this.listener = listener;
|
||||||
|
@ -131,10 +130,9 @@ public class MultiTouchSupport {
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.debug("Multi touch exception" , e); //$NON-NLS-1$
|
log.debug("Multi touch exception" , e); //$NON-NLS-1$
|
||||||
}
|
}
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public PointF getCenterPoint() {
|
public PointF getCenterPoint() {
|
||||||
return centerPoint;
|
return centerPoint;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue