public ApplicationActivity(IntPtr ptr, Android.Runtime.JniHandleOwnership owner) : base(ptr, owner)
 {
     Initialize();
 }
Esempio n. 2
0
 public BindableImageView(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer) : base(javaReference, transfer)
 {
 }
Esempio n. 3
0
 public FadeLinearLayout(IntPtr jref, Android.Runtime.JniHandleOwnership xfer) : base(jref, xfer)
 {
 }
Esempio n. 4
0
 public AndroidApp(IntPtr javaRef, Android.Runtime.JniHandleOwnership transfer) : base(javaRef, transfer)
 {
 }
Esempio n. 5
0
 public EditTimeEntryFragment(IntPtr jref, Android.Runtime.JniHandleOwnership xfer) : base(jref, xfer)
 {
 }
Esempio n. 6
0
 public ClientListDialogFragment(IntPtr jref, Android.Runtime.JniHandleOwnership xfer) : base(jref, xfer)
 {
 }
Esempio n. 7
0
 // Explanation of native constructor
 // http://stackoverflow.com/questions/10593022/monodroid-error-when-calling-constructor-of-custom-view-twodscrollview/10603714#10603714
 public DrawerListAdapter(IntPtr a, Android.Runtime.JniHandleOwnership b) : base(a, b)
 {
 }
Esempio n. 8
0
 // Explanation of native constructor
 // http://stackoverflow.com/questions/10593022/monodroid-error-when-calling-constructor-of-custom-view-twodscrollview/10603714#10603714
 public DrawerItemViewHolder(IntPtr a, Android.Runtime.JniHandleOwnership b) : base(a, b)
 {
 }
Esempio n. 9
0
 // Explanation of native constructor
 // http://stackoverflow.com/questions/10593022/monodroid-error-when-calling-constructor-of-custom-view-twodscrollview/10603714#10603714
 public ProjectItemHolder(IntPtr a, Android.Runtime.JniHandleOwnership b) : base(a, b)
 {
 }