Searched refs:getVariable (Results 1 – 2 of 2) sorted by relevance
93 mGraph.getVariable("gallerySource").setValue(filePath + "/" + fileName); in runGraphOnImage()95 mGraph.getVariable("imageName").setValue(fileName); in runGraphOnImage()96 mGraph.getVariable("filePath").setValue(filePath); // wrong in runGraphOnImage()113 mGraph.getVariable("startCapture").setValue(false); in captureImages()202 mGraph.getVariable("startCapture").setValue(true); in onCreate()206 boolean tmp = (Boolean) mGraph.getVariable("startCapture").getValue(); in onCreate()228 mGraph.getVariable("startCapture").setValue(false); in onCreate()
386 public VariableSource getVariable(String name) { in getVariable() method in FilterGraph