Inheritance: android.app.Service, android.view.KeyEvent.Callback
示例#1
0
 internal AbstractInputMethodImpl(AbstractInputMethodService _enclosing)
 {
     this._enclosing = _enclosing;
 }
			internal AbstractInputMethodImpl(AbstractInputMethodService _enclosing)
			{
				this._enclosing = _enclosing;
			}
示例#3
0
 public AbstractInputMethodSessionImpl(AbstractInputMethodService _enclosing)
 {
     this._enclosing = _enclosing;
     mEnabled        = true;
 }
			public AbstractInputMethodSessionImpl(AbstractInputMethodService _enclosing)
			{
				this._enclosing = _enclosing;
				mEnabled = true;
			}