Searched refs:takeOver (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/packages/MediaComponents/src/com/android/widget/
H A DVideoViewInterface.java46 void takeOver(@NonNull VideoViewInterface oldView); method in interface:VideoViewInterface
H A DVideoSurfaceView.java88 takeOver(mOldView);
93 public void takeOver(@NonNull VideoViewInterface oldView) { method in class:VideoSurfaceView
121 takeOver(mOldView);
H A DVideoTextureView.java93 takeOver(mOldView);
98 public void takeOver(@NonNull VideoViewInterface oldView) { method in class:VideoTextureView
128 takeOver(mOldView);
H A DVideoView2Impl.java480 targetView.takeOver(mCurrentView);
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl/
H A DVideoViewInterface.java47 void takeOver(@NonNull VideoViewInterface oldView); method in interface:VideoViewInterface
H A DVideoSurfaceView.java78 takeOver(mOldView);
83 public void takeOver(@NonNull VideoViewInterface oldView) { method in class:VideoSurfaceView
111 takeOver(mOldView);
H A DVideoTextureView.java78 takeOver(mOldView);
83 public void takeOver(@NonNull VideoViewInterface oldView) { method in class:VideoTextureView
110 takeOver(mOldView);
H A DVideoView2ImplBase.java603 targetView.takeOver(mCurrentView);
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl_with_mp1/
H A DVideoViewInterfaceWithMp1.java47 void takeOver(@NonNull VideoViewInterfaceWithMp1 oldView); method in interface:VideoViewInterfaceWithMp1
H A DVideoSurfaceViewWithMp1.java77 takeOver(mOldView);
82 public void takeOver(@NonNull VideoViewInterfaceWithMp1 oldView) { method in class:VideoSurfaceViewWithMp1
110 takeOver(mOldView);
H A DVideoTextureViewWithMp1.java78 takeOver(mOldView);
83 public void takeOver(@NonNull VideoViewInterfaceWithMp1 oldView) { method in class:VideoTextureViewWithMp1
110 takeOver(mOldView);
H A DVideoView2ImplBaseWithMp1.java578 targetView.takeOver(mCurrentView);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java356 tmp.takeOver(this);
357 this.takeOver(that);
358 that.takeOver(tmp);
363 private void takeOver(ImsPhoneCall that) { method in class:ImsPhoneCall
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java465 tmp.takeOver(this);
466 this.takeOver(that);
467 that.takeOver(tmp);
471 private void takeOver(SipCall that) { method in class:SipPhone.SipCall
472 if (SC_DBG) log("takeOver");

Completed in 178 milliseconds