Searched refs:bindFilterToView (Results 1 – 2 of 2) sorted by relevance
267 mGraph.bindFilterToView("camViewTarget", mCameraView); in loadGraph()268 mGraph.bindFilterToView("goodOrBadTextView", mGoodBadTextView); in loadGraph()269 mGraph.bindFilterToView("fpsTextView", mFPSTextView); in loadGraph()270 mGraph.bindFilterToView("scoreTextView", mScoreTextView); in loadGraph()274 mGraph.bindFilterToView("eyesTextView", mEyesTextView); in loadGraph()275 mGraph.bindFilterToView("smilesTextView", mSmilesTextView); in loadGraph()
436 public void bindFilterToView(String filterName, View view) { in bindFilterToView() method in FilterGraph