HomeSort by relevance Sort by last modified time
    Searched defs:mRemoteIndicator (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/app/
MediaRouteButton.java 44 private Drawable mRemoteIndicator;
211 final Drawable remoteIndicator = mRemoteIndicator;
219 if (mRemoteIndicator != null) {
220 mRemoteIndicator.setCallback(null);
221 unscheduleDrawable(mRemoteIndicator);
223 mRemoteIndicator = d;
235 return super.verifyDrawable(who) || who == mRemoteIndicator;
242 if (mRemoteIndicator != null) {
243 mRemoteIndicator.jumpToCurrentState();
251 if (mRemoteIndicator != null)
    [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
MediaRouteButton.java 100 private Drawable mRemoteIndicator;
342 if (mRemoteIndicator != null) {
344 mRemoteIndicator.setState(myDrawableState);
357 if (mRemoteIndicator != null) {
358 mRemoteIndicator.setCallback(null);
359 unscheduleDrawable(mRemoteIndicator);
370 mRemoteIndicator = d;
373 if (mAttachedToWindow && mRemoteIndicator != null
374 && mRemoteIndicator.getCurrent() instanceof AnimationDrawable) {
375 AnimationDrawable curDrawable = (AnimationDrawable) mRemoteIndicator.getCurrent()
    [all...]
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
MediaRouteButton.java 98 private Drawable mRemoteIndicator;
327 if (mRemoteIndicator != null) {
329 mRemoteIndicator.setState(myDrawableState);
342 if (mRemoteIndicator != null) {
343 mRemoteIndicator.setCallback(null);
344 unscheduleDrawable(mRemoteIndicator);
355 mRemoteIndicator = d;
358 if (mAttachedToWindow && mRemoteIndicator != null
359 && mRemoteIndicator.getCurrent() instanceof AnimationDrawable) {
360 AnimationDrawable curDrawable = (AnimationDrawable) mRemoteIndicator.getCurrent()
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 697 milliseconds