Inheritance: java.lang.Object, android.hardware.SensorListener
コード例 #1
0
			internal OrientationEventListenerInternal(OrientationListener _enclosing, android.content.Context
				 context, int rate) : base(context, rate)
			{
				this._enclosing = _enclosing;
				// register so that onSensorChanged gets invoked
				this.registerListener(this._enclosing);
			}
コード例 #2
0
 internal OrientationEventListenerInternal(OrientationListener _enclosing, android.content.Context
                                           context, int rate) : base(context, rate)
 {
     this._enclosing = _enclosing;
     // register so that onSensorChanged gets invoked
     this.registerListener(this._enclosing);
 }
コード例 #3
0
			internal OrientationEventListenerInternal(OrientationListener _enclosing, android.content.Context
				 context) : base(context)
			{
				this._enclosing = _enclosing;
			}
コード例 #4
0
 internal OrientationEventListenerInternal(OrientationListener _enclosing, android.content.Context
                                           context) : base(context)
 {
     this._enclosing = _enclosing;
 }