softinputmode-Software Disk Monitoring events

Source: Internet
Author: User

The monitoring events of the software disk are as follows

 Private FinalOnkeylistener Msubjectkeylistener =NewOnkeylistener () {@Override Public BooleanOnKey (View V,intKeyCode, KeyEvent event) {            if(Event.getaction ()! =Keyevent.action_down) {                return false; }                 //When the subject editor was empty, press "DEL" to hide the input field.            if((keycode = = Keyevent.keycode_del) && (msubjecttexteditor.length () = = 0)) { /*Vanzo:zhangshuli On:thu, 10:26:59 +0000 Showsubjecteditor (false);*///End of Vanzo:zhangshuliMworkingmessage.setsubject (NULL,true); ///M:add for character counterUpdatecounter (Mworkingmessage.gettext (), 0, 0, 0); return true; }                 return false;    }         }; 

And then we'll look at where it's called.

Msubjecttexteditor =null);

So, we can conclude that some of the controls themselves are the function of listening to the software disk.

softinputmode-Software Disk Monitoring events

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.