Searched refs:mRemoteIndicator (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java44 private Drawable mRemoteIndicator; field in class:MediaRouteButton
211 final Drawable remoteIndicator = mRemoteIndicator;
219 if (mRemoteIndicator != null) {
220 mRemoteIndicator.setCallback(null);
221 unscheduleDrawable(mRemoteIndicator);
223 mRemoteIndicator = d;
235 return super.verifyDrawable(who) || who == mRemoteIndicator;
242 if (mRemoteIndicator != null) {
243 mRemoteIndicator.jumpToCurrentState();
251 if (mRemoteIndicator !
[all...]
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
H A DMediaRouteButton.java100 private Drawable mRemoteIndicator; field in class:MediaRouteButton
342 if (mRemoteIndicator != null) {
344 mRemoteIndicator.setState(myDrawableState);
357 if (mRemoteIndicator != null) {
358 mRemoteIndicator.setCallback(null);
359 unscheduleDrawable(mRemoteIndicator);
370 mRemoteIndicator = d;
373 if (mAttachedToWindow && mRemoteIndicator != null
374 && mRemoteIndicator.getCurrent() instanceof AnimationDrawable) {
375 AnimationDrawable curDrawable = (AnimationDrawable) mRemoteIndicator
[all...]
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
H A DMediaRouteButton.java98 private Drawable mRemoteIndicator; field in class:MediaRouteButton
327 if (mRemoteIndicator != null) {
329 mRemoteIndicator.setState(myDrawableState);
342 if (mRemoteIndicator != null) {
343 mRemoteIndicator.setCallback(null);
344 unscheduleDrawable(mRemoteIndicator);
355 mRemoteIndicator = d;
358 if (mAttachedToWindow && mRemoteIndicator != null
359 && mRemoteIndicator.getCurrent() instanceof AnimationDrawable) {
360 AnimationDrawable curDrawable = (AnimationDrawable) mRemoteIndicator
[all...]

Completed in 10 milliseconds