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