Searched refs:mRemoteIndicator (Results 1 – 2 of 2) sorted by relevance
44 private Drawable mRemoteIndicator; field in MediaRouteButton211 final Drawable remoteIndicator = mRemoteIndicator; in drawableStateChanged()219 if (mRemoteIndicator != null) { in setRemoteIndicatorDrawable()220 mRemoteIndicator.setCallback(null); in setRemoteIndicatorDrawable()221 unscheduleDrawable(mRemoteIndicator); in setRemoteIndicatorDrawable()223 mRemoteIndicator = d; in setRemoteIndicatorDrawable()235 return super.verifyDrawable(who) || who == mRemoteIndicator; in verifyDrawable()242 if (mRemoteIndicator != null) { in jumpDrawablesToCurrentState()243 mRemoteIndicator.jumpToCurrentState(); in jumpDrawablesToCurrentState()251 if (mRemoteIndicator != null) { in setVisibility()[all …]
7496 Landroid/app/MediaRouteButton;->mRemoteIndicator:Landroid/graphics/drawable/Drawable;