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