public interface TimingSource
DataFlowBinding on each frame
once it's been activated. This is generally just an Android Choreographer but is abstracted out
for testing.| Modifier and Type | Method and Description |
|---|---|
void |
setDataFlowGraph(DataFlowGraph dataFlowGraph) |
void |
start()
Registers the
DataFlowGraph to receive frame callbacks until it calls stop(). |
void |
stop()
Stops the
DataFlowGraph from receiving frame callbacks. |
void setDataFlowGraph(DataFlowGraph dataFlowGraph)
void start()
DataFlowGraph to receive frame callbacks until it calls stop().void stop()
DataFlowGraph from receiving frame callbacks.