`
andliy
  • 浏览: 3398 次
  • 性别: Icon_minigender_1
  • 来自: 上海
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
public  boolean simulateKeyEvent(int in_aiton, int keyCode, int repeatCount){        KeyEvent key = new KeyEvent(in_aiton, keyCode);         if(in_aiton==KeyEvent.ACTION_DOWN){         return onKeyDown(key.getKeyCode(), key);     }     else  if(in_aiton==KeyEvent.ACTION_UP){        ...
Global site tag (gtag.js) - Google Analytics