onSizeChanged() - the system resizes the window when the IME is shown/
hidden. Take a look here:


http://groups.google.com/group/android-developers/browse_thread/thread/9d1681a01f05e782

On Apr 22, 3:40 am, mkellner <[email protected]> wrote:
> Hello,
>
> I am trying to find a way to get a notification that the soft keyboard
> has been dismissed by the user pressing the "Back" key.
>
> showSoftInput() with a ResultReceiver will tell you if/when the
> keyboard appears, but not if it goes away.
>
> addTextChangedListener() doesn't get called because text hasn't
> changed.
>
> onEditorAction() doesn't get called, because the Action button wasn't
> pressed.
>
> dispatchKeyEvent() doesn't get called with KEYCODE_BACK.
>
> onConfigurationChanged() doesn't get called even with this in the
> manifest:
>                   android:configChanges="keyboardHidden|orientation|
> locale|screenLayout|fontScale"
>
> Any suggestions?
>
> Thanks!
> -mk
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group 
> athttp://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to