Exemple #1
0
            public LoadingImgeFromServerAsync(ColorPatternActivity _context, ImageView imageView, String Tag, String IntializeOrUpdate, ViewGroup viewGroup)
            {
                this._context   = _context;
                this._imageView = imageView;
                this._Tag       = Tag;

                this._viewGroup         = viewGroup;
                this._IntializeOrUpdate = IntializeOrUpdate;
            }
Exemple #2
0
 public OnTouchListener(ColorPatternActivity context)
 {
     _context = context;
 }