Home
last modified time | relevance | path

Searched defs:attachView (Results 1 – 4 of 4) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/util/
DSurfaceViewUtil.kt27 fun SurfaceView.attachView(view: View, newWidth: Int = width, newHeight: Int = height) { in attachView() method
/packages/apps/Settings/src/com/android/settings/widget/
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
DVideoPreference.java228 void attachView(TextureView video, View preview, View playButton); in attachView() method