C# Class XFitWatchface.XFitWatchfaceService.XFitWatchfaceEngine

Inheritance: Engine
Afficher le fichier Open project: xamarin/mini-hacks

Méthodes publiques

Méthode Description
OnAmbientModeChanged ( bool inAmbientMode ) : void
OnCreate ( ISurfaceHolder surfaceHolder ) : void
OnDataChanged ( DataEventBuffer dataEvents ) : void
OnDraw ( Canvas canvas, Rect bounds ) : void
OnTimeTick ( ) : void
OnVisibilityChanged ( bool visible ) : void
XFitWatchfaceEngine ( CanvasWatchFaceService owner ) : System

Private Methods

Méthode Description
ConnectFitnessApi ( ) : void
ConnectGoogleApiClient ( ) : void
ConnectWatchfaceConfigUpdates ( ) : void
DrawFace ( Canvas canvas, Rect bounds ) : void
DrawHands ( Canvas canvas, Rect bounds ) : void
DrawStepCount ( Canvas canvas, Rect bounds ) : void
ExtractStepValue ( Bucket bucket ) : int
ExtractStepValue ( DataSet dataSet ) : int
GetTotalSteps ( ) : void
InitBackground ( ) : void
InitPaints ( ) : void
InitStepCountPaint ( ) : void
ShouldTimerBeRunning ( ) : bool
SubscribeToSteps ( ) : void
UpdateStepCount ( ) : void
UpdateTimer ( ) : void

Method Details

OnAmbientModeChanged() public méthode

public OnAmbientModeChanged ( bool inAmbientMode ) : void
inAmbientMode bool
Résultat void

OnCreate() public méthode

public OnCreate ( ISurfaceHolder surfaceHolder ) : void
surfaceHolder ISurfaceHolder
Résultat void

OnDataChanged() public méthode

public OnDataChanged ( DataEventBuffer dataEvents ) : void
dataEvents DataEventBuffer
Résultat void

OnDraw() public méthode

public OnDraw ( Canvas canvas, Rect bounds ) : void
canvas Canvas
bounds Rect
Résultat void

OnTimeTick() public méthode

public OnTimeTick ( ) : void
Résultat void

OnVisibilityChanged() public méthode

public OnVisibilityChanged ( bool visible ) : void
visible bool
Résultat void

XFitWatchfaceEngine() public méthode

public XFitWatchfaceEngine ( CanvasWatchFaceService owner ) : System
owner CanvasWatchFaceService
Résultat System