/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/ |
H A D | SysuiLifecycleTest.java | 78 ViewUtils.attachView(mView); in testAttach() 92 ViewUtils.attachView(mView); in testDetach() 117 ViewUtils.attachView(mView); in testStateAfterAttach() 128 ViewUtils.attachView(mView); in testStateAfterDetach() 141 ViewUtils.attachView(mView); in testStateAfterReattach() 145 ViewUtils.attachView(mView); in testStateAfterReattach() 154 ViewUtils.attachView(mView); in testStateWhenViewAlreadyAttached() 165 ViewUtils.attachView(mView); in testStateWhenViewAlreadyDetached()
|
/aosp12/packages/apps/Settings/src/com/android/settings/widget/ |
H A D | VideoPreference.java | 128 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
|
H A D | VectorAnimationController.java | 85 public void attachView(TextureView video, View preview, View playButton) { in attachView() method in VectorAnimationController
|
H A D | MediaAnimationController.java | 84 public void attachView(TextureView video, View preview, View playButton) { in attachView() method in MediaAnimationController
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
H A D | VideoPreferenceTest.java | 102 mAnimationController.attachView(video, fakePreview, fakePlayButton); in onSurfaceTextureUpdated_viewInvisible_shouldNotStartPlayingVideo() 123 mVideoPreference.mAnimationController.attachView(new TextureView(mContext), fakePreview, in updateViewStates_paused_updatesViews() 135 mVideoPreference.mAnimationController.attachView(new TextureView(mContext), fakePreview, in updateViewStates_playing_updatesViews()
|
/aosp12/frameworks/base/tests/testables/src/android/testing/ |
H A D | ViewUtils.java | 33 public static void attachView(View view) { in attachView() method in ViewUtils
|
H A D | BaseFragmentTest.java | 174 ViewUtils.attachView(mView); in attachFragmentToWindow()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scrim/ |
H A D | ScrimViewTest.java | 58 ViewUtils.attachView(mView); in testAttachDetach()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
H A D | DialogLaunchAnimatorTest.kt | 129 ViewUtils.attachView(touchSurfaceRoot)
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
H A D | FooterActionsControllerTest.kt | 82 ViewUtils.attachView(view)
|
H A D | QSDetailTest.java | 95 ViewUtils.attachView(mParent); in setup()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | AdminSecondaryLockScreenControllerTest.java | 86 ViewUtils.attachView(mKeyguardSecurityContainer); in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationMenuRowTest.java | 77 ViewUtils.attachView(row.getMenuView()); in testAttachDetach()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | RecyclerView.java | 8045 public void attachView(View child, int index, LayoutParams lp) { in attachView() method in RecyclerView.LayoutManager 8066 public void attachView(View child, int index) { in attachView() method in RecyclerView.LayoutManager 8067 attachView(child, index, (LayoutParams) child.getLayoutParams()); in attachView() 8077 public void attachView(View child) { in attachView() method in RecyclerView.LayoutManager 8078 attachView(child, -1); in attachView() 8104 attachView(view, toIndex); in moveView()
|