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