Searched refs:mRemoteIndicator (Results 1 – 2 of 2) sorted by relevance
44 private Drawable mRemoteIndicator; field in MediaRouteButton219 if (mRemoteIndicator != null) { in setRemoteIndicatorDrawable()220 mRemoteIndicator.setCallback(null); in setRemoteIndicatorDrawable()221 unscheduleDrawable(mRemoteIndicator); in setRemoteIndicatorDrawable()223 mRemoteIndicator = d; in setRemoteIndicatorDrawable()242 if (mRemoteIndicator != null) { in jumpDrawablesToCurrentState()243 mRemoteIndicator.jumpToCurrentState(); in jumpDrawablesToCurrentState()251 if (mRemoteIndicator != null) { in setVisibility()325 if (mRemoteIndicator == null) return; in onDraw()339 mRemoteIndicator.draw(canvas); in onDraw()[all …]
7496 Landroid/app/MediaRouteButton;->mRemoteIndicator:Landroid/graphics/drawable/Drawable;