Esempio n. 1
0
 public AdapterViewFlipper(android.content.Context context, android.util.AttributeSet
                           attrs) : base(context, attrs)
 {
     mReceiver = new _BroadcastReceiver_77(this);
     mHandler  = new _Handler_249(this);
     android.content.res.TypedArray a = context.obtainStyledAttributes(attrs, [email protected]
                                                                       .styleable.AdapterViewFlipper);
     mFlipInterval = a.getInt([email protected]_flipInterval
                              , DEFAULT_INTERVAL);
     mAutoStart = a.getBoolean([email protected]_autoStart
                               , false);
     // A view flipper should cycle through the views
     mLoopViews = true;
     a.recycle();
 }
Esempio n. 2
0
		public AdapterViewFlipper(android.content.Context context, android.util.AttributeSet
			 attrs) : base(context, attrs)
		{
			mReceiver = new _BroadcastReceiver_77(this);
			mHandler = new _Handler_249(this);
			android.content.res.TypedArray a = context.obtainStyledAttributes(attrs, [email protected]
				.styleable.AdapterViewFlipper);
			mFlipInterval = a.getInt([email protected]_flipInterval
				, DEFAULT_INTERVAL);
			mAutoStart = a.getBoolean([email protected]_autoStart
				, false);
			// A view flipper should cycle through the views
			mLoopViews = true;
			a.recycle();
		}
Esempio n. 3
0
 public AdapterViewFlipper(android.content.Context context) : base(context)
 {
     mReceiver = new _BroadcastReceiver_77(this);
     mHandler  = new _Handler_249(this);
 }
Esempio n. 4
0
		public AdapterViewFlipper(android.content.Context context) : base(context)
		{
			mReceiver = new _BroadcastReceiver_77(this);
			mHandler = new _Handler_249(this);
		}