HomeSort by relevance Sort by last modified time
    Searched refs:curDrawable (Results 1 - 3 of 3) sorted by null

  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
MediaRouteButton.java 375 AnimationDrawable curDrawable = (AnimationDrawable) mRemoteIndicator.getCurrent();
377 if (!curDrawable.isRunning()) {
378 curDrawable.start();
381 if (curDrawable.isRunning()) {
382 curDrawable.stop();
384 curDrawable.selectDrawable(curDrawable.getNumberOfFrames() - 1);
526 AnimationDrawable curDrawable = (AnimationDrawable) mRemoteIndicator.getCurrent();
528 if ((needsRefresh || isConnecting) && !curDrawable.isRunning()) {
529 curDrawable.start()
    [all...]
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
MediaRouteButton.java 360 AnimationDrawable curDrawable = (AnimationDrawable) mRemoteIndicator.getCurrent();
362 if (!curDrawable.isRunning()) {
363 curDrawable.start();
366 if (curDrawable.isRunning()) {
367 curDrawable.stop();
369 curDrawable.selectDrawable(curDrawable.getNumberOfFrames() - 1);
511 AnimationDrawable curDrawable = (AnimationDrawable) mRemoteIndicator.getCurrent();
513 if ((needsRefresh || isConnecting) && !curDrawable.isRunning()) {
514 curDrawable.start()
    [all...]
  /frameworks/base/core/java/android/app/
MediaRouteButton.java 365 AnimationDrawable curDrawable = (AnimationDrawable) mRemoteIndicator.getCurrent();
367 if ((needsRefresh || isConnecting) && !curDrawable.isRunning()) {
368 curDrawable.start();
373 if (curDrawable.isRunning()) {
374 curDrawable.stop();
376 curDrawable.selectDrawable(curDrawable.getNumberOfFrames() - 1);

Completed in 463 milliseconds