如何减少Android GestureDetect的延迟时间

发布于 2024-11-07 14:56:45 字数 829 浏览 0 评论 0原文

我正在为 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”进行编码,

请帮我解决问题。

I am coding for Getsture Function of Android Phone.
But I have the problem.

When Drawing gesture on the screen, "OnGesturePerformedListener" Function is called late.

This delaytime makes my apple seems having lack.

== xml code ================================================

<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"   
    >

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

I have coded along "http://android-developers.blogspot.com/2009/10/gestures-on-android-16.html"

Please Help me solve the probleam.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文