Interface into functionality unique to handheld devices.

Exemplo n.º 1
0
 public static bool PlayFullScreenMovie(string path, [DefaultValue("Color.black")] Color bgColor, [DefaultValue("FullScreenMovieControlMode.Full")] FullScreenMovieControlMode controlMode, [DefaultValue("FullScreenMovieScalingMode.AspectFit")] FullScreenMovieScalingMode scalingMode)
 {
     return(Handheld.INTERNAL_CALL_PlayFullScreenMovie(path, ref bgColor, controlMode, scalingMode));
 }
Exemplo n.º 2
0
 public static void SetActivityIndicatorStyle(AndroidActivityIndicatorStyle style)
 {
     Handheld.SetActivityIndicatorStyleImpl((int)style);
 }
Exemplo n.º 3
0
        public static bool PlayFullScreenMovie(string path, Color bgColor, FullScreenMovieControlMode controlMode)
        {
            FullScreenMovieScalingMode scalingMode = FullScreenMovieScalingMode.AspectFit;

            return(Handheld.INTERNAL_CALL_PlayFullScreenMovie(path, ref bgColor, controlMode, scalingMode));
        }
Exemplo n.º 4
0
 public static void SetActivityIndicatorStyle(ActivityIndicatorStyle style)
 {
     Handheld.SetActivityIndicatorStyleImpl_Bindings((int)style);
 }
Exemplo n.º 5
0
 private static bool PlayFullScreenMovie_Bindings(string path, Color bgColor, FullScreenMovieControlMode controlMode, FullScreenMovieScalingMode scalingMode)
 {
     return(Handheld.PlayFullScreenMovie_Bindings_Injected(path, ref bgColor, controlMode, scalingMode));
 }
Exemplo n.º 6
0
        public static bool PlayFullScreenMovie(string path, Color bgColor, FullScreenMovieControlMode controlMode)
        {
            FullScreenMovieScalingMode scalingMode = FullScreenMovieScalingMode.AspectFit;

            return(Handheld.PlayFullScreenMovie_Bindings(path, bgColor, controlMode, scalingMode));
        }