Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
H A DSysuiLifecycleTest.java78 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 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
H A DVectorAnimationController.java85 public void attachView(TextureView video, View preview, View playButton) { in attachView() method in VectorAnimationController
H A DMediaAnimationController.java84 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 DVideoPreferenceTest.java102 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 DViewUtils.java33 public static void attachView(View view) { in attachView() method in ViewUtils
H A DBaseFragmentTest.java174 ViewUtils.attachView(mView); in attachFragmentToWindow()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scrim/
H A DScrimViewTest.java58 ViewUtils.attachView(mView); in testAttachDetach()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DDialogLaunchAnimatorTest.kt129 ViewUtils.attachView(touchSurfaceRoot)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DFooterActionsControllerTest.kt82 ViewUtils.attachView(view)
H A DQSDetailTest.java95 ViewUtils.attachView(mParent); in setup()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DAdminSecondaryLockScreenControllerTest.java86 ViewUtils.attachView(mKeyguardSecurityContainer); in setUp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationMenuRowTest.java77 ViewUtils.attachView(row.getMenuView()); in testAttachDetach()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java8045 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()