Home
last modified time | relevance | path

Searched refs:mRemoteIndicator (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DMediaRouteButton.java44 private Drawable mRemoteIndicator; field in MediaRouteButton
211 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 …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7496 Landroid/app/MediaRouteButton;->mRemoteIndicator:Landroid/graphics/drawable/Drawable;