Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/view/
H A DModernStatusBarMobileViewTest.kt109 ViewUtils.attachView(view)
129 ViewUtils.attachView(view)
149 ViewUtils.attachView(view)
170 ViewUtils.attachView(view)
190 ViewUtils.attachView(view)
209 ViewUtils.attachView(view)
228 ViewUtils.attachView(view)
245 ViewUtils.attachView(view)
266 ViewUtils.attachView(view)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/view/
H A DModernStatusBarWifiViewTest.kt124 ViewUtils.attachView(view)
139 ViewUtils.attachView(view)
154 ViewUtils.attachView(view)
172 ViewUtils.attachView(view)
200 ViewUtils.attachView(view)
217 ViewUtils.attachView(view)
228 ViewUtils.attachView(view)
243 ViewUtils.attachView(view)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusOverlayHoverListenerTest.kt138 attachView(view)
143 attachView(view)
146 private fun attachView(view: View) { regex
147 ViewUtils.attachView(view)
/aosp14/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()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/compose/
H A DComposeInitializerTest.kt41 runOnMainThreadAndWaitForIdleSync { ViewUtils.attachView(root) }
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsTest.kt60 ViewUtils.attachView(guts)
H A DNotificationMenuRowTest.java76 ViewUtils.attachView(row.getMenuView()); in testAttachDetach()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scrim/
H A DScrimViewTest.java58 ViewUtils.attachView(mView); in testAttachDetach()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DKeyguardQsUserSwitchControllerTest.kt103 ViewUtils.attachView(view)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DBiometricTestExtensions.kt57 ViewUtils.attachView(view)
H A DUdfpsViewTest.kt77 ViewUtils.attachView(view)
H A DAuthContainerViewTest.kt553 ViewUtils.attachView(this)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DAdminSecondaryLockScreenControllerTest.java92 ViewUtils.attachView(mKeyguardSecurityContainer); in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSPanelTest.kt81 ViewUtils.attachView(qsPanel)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DDialogLaunchAnimatorTest.kt293 ViewUtils.attachView(touchSurfaceRoot)
/aosp14/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()