Home
last modified time | relevance | path

Searched refs:attachView (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/widget/
DVideoPreference.java128 mAnimationController.attachView(mVideo, mPreviewImage, mPlayButton); in onBindViewHolder()
174 mAnimationController.attachView(mVideo, mPreviewImage, mPlayButton); in initAnimationController()
228 void attachView(TextureView video, View preview, View playButton); in attachView() method
DVectorAnimationController.java85 public void attachView(TextureView video, View preview, View playButton) { in attachView() method in VectorAnimationController
DMediaAnimationController.java84 public void attachView(TextureView video, View preview, View playButton) { in attachView() method in MediaAnimationController
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DVideoPreferenceTest.java103 mAnimationController.attachView(video, fakePreview, fakePlayButton); in onSurfaceTextureUpdated_viewInvisible_shouldNotStartPlayingVideo()
124 mVideoPreference.mAnimationController.attachView(new TextureView(mContext), fakePreview, in updateViewStates_paused_updatesViews()
136 mVideoPreference.mAnimationController.attachView(new TextureView(mContext), fakePreview, in updateViewStates_playing_updatesViews()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DSystemUIQCViewController.java69 public void attachView(SystemUIQCView view) { in attachView() method in SystemUIQCViewController
116 attachView(mView); in rebindController()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconPanelController.java562 controller.attachView(qcv); in findQcViews()