码迷,mamicode.com
首页 > 移动开发 > 详细

【Android】隐藏输入法

时间:2014-07-11 21:47:04      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:android   des   style   blog   color   cti   

1  if (activity != null && activity.getCurrentFocus() != null
2                 && activity.getCurrentFocus().getWindowToken() != null) {
3             InputMethodManager input = ((InputMethodManager) activity
4                     .getSystemService(Activity.INPUT_METHOD_SERVICE));
5             input.hideSoftInputFromWindow(activity.getCurrentFocus()
6                     .getWindowToken(), InputMethodManager.HIDE_NOT_ALWAYS);
7         }

pop出现之前,将未收回的输入法主动隐藏。

【Android】隐藏输入法,布布扣,bubuko.com

【Android】隐藏输入法

标签:android   des   style   blog   color   cti   

原文地址:http://www.cnblogs.com/outOfview/p/3833267.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!