/**@class android.inputmethodservice.SoftInputWindow @extends android.app.Dialog A SoftInputWindow is a Dialog that is intended to be used for a top-level input method window. It will be displayed along the edge of the screen, moving the application user interface away from it so that the focused item is always visible. @hide */ var SoftInputWindow = { /** */ setToken : function( ) {}, /** */ onWindowFocusChanged : function( ) {}, /** */ dispatchTouchEvent : function( ) {}, /**Set which boundary of the screen the DockWindow sticks to. @param {Number} gravity The boundary of the screen to stick. See {@link android.view.Gravity.LEFT}, {@link android.view.Gravity.TOP}, {@link android.view.Gravity.BOTTOM}, {@link android.view.Gravity.RIGHT}. */ setGravity : function( ) {}, /** */ getGravity : function( ) {}, /** */ onKeyDown : function( ) {}, /** */ onKeyLongPress : function( ) {}, /** */ onKeyUp : function( ) {}, /** */ onKeyMultiple : function( ) {}, /** */ onBackPressed : function( ) {}, /** */ show : function( ) {}, };