Maybe put a breakpoint here in InputMethodManager?

* /** @hide */*
*    public void setFullscreenMode(boolean fullScreen) {*
*        mFullscreenMode = fullScreen;*
*    }*

Then you can at least see if that gets called.




On Monday, March 18, 2013 3:48:47 AM UTC-5, AndroidCompile wrote:
>
> InputMethodManager contains a function called isFullscreenMode() that is 
> supposed to return a boolean that indicated whether the soft keyboard is in 
> extract mode (full screen) or not.
> In my application I switch from portrait to landscape mode and bring up 
> the keyboard:
> mgr.toggleSoftInput(InputMethodManager.SHOW_FORCED, 0);
>
> The keyboard shows up in fullscreen, but imm.isFullscreenMode() returns 
> false. How is that possible?
>

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to