コード例 #1
0
ファイル: ViewFlipper.cs プロジェクト: zhouweiaccp/XobotOS
 public ViewFlipper(android.content.Context context, android.util.AttributeSet attrs
                    ) : base(context, attrs)
 {
     mReceiver = new _BroadcastReceiver_69(this);
     mHandler  = new _Handler_201(this);
     android.content.res.TypedArray a = context.obtainStyledAttributes(attrs, [email protected]
                                                                       .styleable.ViewFlipper);
     mFlipInterval = a.getInt([email protected]_flipInterval,
                              DEFAULT_INTERVAL);
     mAutoStart = a.getBoolean([email protected]_autoStart, false
                               );
     a.recycle();
 }
コード例 #2
0
ファイル: ViewFlipper.cs プロジェクト: hakeemsm/XobotOS
		public ViewFlipper(android.content.Context context, android.util.AttributeSet attrs
			) : base(context, attrs)
		{
			mReceiver = new _BroadcastReceiver_69(this);
			mHandler = new _Handler_201(this);
			android.content.res.TypedArray a = context.obtainStyledAttributes(attrs, [email protected]
				.styleable.ViewFlipper);
			mFlipInterval = a.getInt([email protected]_flipInterval, 
				DEFAULT_INTERVAL);
			mAutoStart = a.getBoolean([email protected]_autoStart, false
				);
			a.recycle();
		}
コード例 #3
0
ファイル: ViewFlipper.cs プロジェクト: zhouweiaccp/XobotOS
 public ViewFlipper(android.content.Context context) : base(context)
 {
     mReceiver = new _BroadcastReceiver_69(this);
     mHandler  = new _Handler_201(this);
 }
コード例 #4
0
ファイル: ViewFlipper.cs プロジェクト: hakeemsm/XobotOS
		public ViewFlipper(android.content.Context context) : base(context)
		{
			mReceiver = new _BroadcastReceiver_69(this);
			mHandler = new _Handler_201(this);
		}