Home
last modified time | relevance | path

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

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