PS... my guess is that if I can retrieve the Window or the View of the soft keyboard/input method, getting it's dimensions should be fairly straightforward... unless the window occupies the whole screen but leaves underlying portions of itself transparent.
On Jun 18, 5:49 pm, folecr <[email protected]> wrote: > My Android app uses a GLSurfaceView so that I can draw to screen > directly from native code. As part of the app, I invoke the Android > softKeyboard when necessary to receive input. I then feed the input to > the native app via JNI. > All this works well... > > Now, the problem is that I need to know the dimensions of the soft > keyboard or any other Input Method windows that are displayed so that > I can pan, scroll the native application correctly. > > Is it possible to get the dimensions of the soft keyboard? > Thanks. -- 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

