Hi,
     I wanted to know what fullscreenmode means? Is that when my
softkeyboard occupies half of my screen or just whenever I'm in
landscape mode?

I tried the following code when I was in landscape mode.
InputMethodManager imm = InputMethodManager.peekInstance();
imm.isFullscreenmode()

Even when I'm not in extract mode(i.e., my softkeyboard is not
visible) the above code returns TRUE.

Is there a way I can know if my softkeyboard is visible or in other
words, if I'm in extract mode?

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

Reply via email to