[android-developers] Detect OSK shown / hidden events

2010-11-30 Thread Juhani
Hi all! We're trying to trigger an animation whenever the on screen keyboard is shown or closed. There doesn't seem to be any options to register listeners directly to that event either in the EditText or in the window / app in general. Only solution I managed to find was an older post here where

Re: [android-developers] Detect OSK shown / hidden events

2010-11-30 Thread Dianne Hackborn
There would be no purpose in showing an animation when your size doesn't change, because what is happening is the IME is opening in full-screen mode and completely covering your app. On Tue, Nov 30, 2010 at 6:41 AM, Juhani pleafh...@gmail.com wrote: Hi all! We're trying to trigger an