Home
last modified time | relevance | path

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

/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
DMediaRouteButton.java143 int remoteIndicatorResId = a.getResourceId( in MediaRouteButton() local
147 if (remoteIndicatorResId != 0) { in MediaRouteButton()
149 sRemoteIndicatorCache.get(remoteIndicatorResId); in MediaRouteButton()
153 mRemoteIndicatorLoader = new RemoteIndicatorLoader(remoteIndicatorResId); in MediaRouteButton()
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
DMediaRouteButton.java138 int remoteIndicatorResId = a.getResourceId( in MediaRouteButton() local
142 if (remoteIndicatorResId != 0) { in MediaRouteButton()
144 sRemoteIndicatorCache.get(remoteIndicatorResId); in MediaRouteButton()
148 mRemoteIndicatorLoader = new RemoteIndicatorLoader(remoteIndicatorResId); in MediaRouteButton()