Method | 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 |
Method | 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 |
public OnAmbientModeChanged ( bool inAmbientMode ) : void | ||
inAmbientMode | bool | |
return | void |
public OnCreate ( ISurfaceHolder surfaceHolder ) : void | ||
surfaceHolder | ISurfaceHolder | |
return | void |
public OnDataChanged ( DataEventBuffer dataEvents ) : void | ||
dataEvents | DataEventBuffer | |
return | void |
public OnDraw ( Canvas canvas, Rect bounds ) : void | ||
canvas | Canvas | |
bounds | Rect | |
return | void |
public OnVisibilityChanged ( bool visible ) : void | ||
visible | bool | |
return | void |
public XFitWatchfaceEngine ( CanvasWatchFaceService owner ) : System | ||
owner | CanvasWatchFaceService | |
return | System |