Searched refs:curDrawable (Results 1 – 3 of 3) sorted by relevance
375 AnimationDrawable curDrawable = (AnimationDrawable) mRemoteIndicator.getCurrent(); in setRemoteIndicatorDrawable() local377 if (!curDrawable.isRunning()) { in setRemoteIndicatorDrawable()378 curDrawable.start(); in setRemoteIndicatorDrawable()381 if (curDrawable.isRunning()) { in setRemoteIndicatorDrawable()382 curDrawable.stop(); in setRemoteIndicatorDrawable()384 curDrawable.selectDrawable(curDrawable.getNumberOfFrames() - 1); in setRemoteIndicatorDrawable()526 AnimationDrawable curDrawable = (AnimationDrawable) mRemoteIndicator.getCurrent(); in refreshRoute() local528 if ((needsRefresh || isConnecting) && !curDrawable.isRunning()) { in refreshRoute()529 curDrawable.start(); in refreshRoute()534 if (curDrawable.isRunning()) { in refreshRoute()[all …]
360 AnimationDrawable curDrawable = (AnimationDrawable) mRemoteIndicator.getCurrent(); in setRemoteIndicatorDrawable() local362 if (!curDrawable.isRunning()) { in setRemoteIndicatorDrawable()363 curDrawable.start(); in setRemoteIndicatorDrawable()366 if (curDrawable.isRunning()) { in setRemoteIndicatorDrawable()367 curDrawable.stop(); in setRemoteIndicatorDrawable()369 curDrawable.selectDrawable(curDrawable.getNumberOfFrames() - 1); in setRemoteIndicatorDrawable()511 AnimationDrawable curDrawable = (AnimationDrawable) mRemoteIndicator.getCurrent(); in refreshRoute() local513 if ((needsRefresh || isConnecting) && !curDrawable.isRunning()) { in refreshRoute()514 curDrawable.start(); in refreshRoute()519 if (curDrawable.isRunning()) { in refreshRoute()[all …]
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()