如何减少Android GestureDetect的延迟时间
我正在为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论