Searched refs:CompositePositionUpdateListener (Results 1 – 1 of 1) sorted by relevance
214 private CompositePositionUpdateListener mCompositePositionUpdateListener;285 private static final class CompositePositionUpdateListener implements PositionUpdateListener { class in RenderNode289 CompositePositionUpdateListener(PositionUpdateListener... listeners) { in CompositePositionUpdateListener() method in RenderNode.CompositePositionUpdateListener293 public CompositePositionUpdateListener with(PositionUpdateListener listener) { in with()294 return new CompositePositionUpdateListener( in with()298 public CompositePositionUpdateListener without(PositionUpdateListener listener) { in without()299 return new CompositePositionUpdateListener( in without()325 CompositePositionUpdateListener comp = mCompositePositionUpdateListener; in addPositionUpdateListener()327 comp = new CompositePositionUpdateListener(listener); in addPositionUpdateListener()343 CompositePositionUpdateListener comp = mCompositePositionUpdateListener; in removePositionUpdateListener()