如何减少Android的Gesturedetect延迟时间

时间:2011-05-16 08:58:24

标签: android listener gesture

我正在编写Android手机的Getsture功能。 但我有问题。

在屏幕上绘制手势时,“OnGesturePerformedListener”功能会被延迟调用。

这个延迟时间让我的苹果似乎缺乏。

== xml代码=========================================== =====

<android.gesture.GestureOverlayView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/gestures" 
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:gestureStrokeType="single"
    android:eventsInterceptionEnabled="true"
    android:orientation="horizontal"
    android:fadeEnabled="true"
    android:fadeDuration="0"   
    >

=============================================== ==============

我已编码“http://android-developers.blogspot.com/2009/10/gestures-on-android-16.html”

请帮我解决问题。

0 个答案:

没有答案