HomeSort by relevance Sort by last modified time
    Searched refs:remoteIndicator (Results 1 - 3 of 3) sorted by null

  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
MediaRouteButton.java 612 protected void onPostExecute(Drawable remoteIndicator) {
613 cacheAndReset(remoteIndicator);
614 setRemoteIndicatorDrawable(remoteIndicator);
618 protected void onCancelled(Drawable remoteIndicator) {
619 cacheAndReset(remoteIndicator);
622 private void cacheAndReset(Drawable remoteIndicator) {
623 if (remoteIndicator != null) {
624 sRemoteIndicatorCache.put(mResId, remoteIndicator.getConstantState());
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
MediaRouteButton.java 597 protected void onPostExecute(Drawable remoteIndicator) {
598 cacheAndReset(remoteIndicator);
599 setRemoteIndicatorDrawable(remoteIndicator);
603 protected void onCancelled(Drawable remoteIndicator) {
604 cacheAndReset(remoteIndicator);
607 private void cacheAndReset(Drawable remoteIndicator) {
608 if (remoteIndicator != null) {
609 sRemoteIndicatorCache.put(mResId, remoteIndicator.getConstantState());
  /frameworks/base/core/java/android/app/
MediaRouteButton.java 211 final Drawable remoteIndicator = mRemoteIndicator;
212 if (remoteIndicator != null && remoteIndicator.isStateful()
213 && remoteIndicator.setState(getDrawableState())) {
214 invalidateDrawable(remoteIndicator);

Completed in 2725 milliseconds