Searched refs:curDrawable (Results 1 – 1 of 1) sorted by relevance
365 AnimationDrawable curDrawable = (AnimationDrawable) mRemoteIndicator.getCurrent(); in refreshRoute() local367 if ((needsRefresh || isConnecting) && !curDrawable.isRunning()) { in refreshRoute()368 curDrawable.start(); in refreshRoute()373 if (curDrawable.isRunning()) { in refreshRoute()374 curDrawable.stop(); in refreshRoute()376 curDrawable.selectDrawable(curDrawable.getNumberOfFrames() - 1); in refreshRoute()