文章分类 -  键盘

动态显示和隐藏软键盘
摘要:packageoyc.com;importjava.util.Timer;importjava.util.TimerTask;importandroid.app.Activity;importandroid.content.Context;importandroid.os.Bundle;importandroid.view.KeyEvent;importandroid.view.View;impo... 阅读全文

posted @ 2010-12-02 09:27 Tiger_Dog 阅读(1255) 评论(0) 推荐(0)

Android模拟键盘和键盘监听的一些调研
摘要:1键盘监控分析Android的按键产生的是一个KeyEvent,这个KeyEvent只能被最上层focus窗口的activity和view得到。所有的按键事件都会首先触发public booleandispatchKeyEvent(KeyEvent event)这个函数,这个函数在SDK里的英文说明如下:boolean zy.keytest.keytest.dispatchKeyEvent(Ke... 阅读全文

posted @ 2010-12-02 09:23 Tiger_Dog 阅读(5229) 评论(0) 推荐(0)

导航