/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/view/ |
H A D | ModernStatusBarMobileViewTest.kt | 109 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 D | ModernStatusBarWifiViewTest.kt | 124 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 D | StatusOverlayHoverListenerTest.kt | 138 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 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()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/compose/ |
H A D | ComposeInitializerTest.kt | 41 runOnMainThreadAndWaitForIdleSync { ViewUtils.attachView(root) }
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationGutsTest.kt | 60 ViewUtils.attachView(guts)
|
H A D | NotificationMenuRowTest.java | 76 ViewUtils.attachView(row.getMenuView()); in testAttachDetach()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scrim/ |
H A D | ScrimViewTest.java | 58 ViewUtils.attachView(mView); in testAttachDetach()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardQsUserSwitchControllerTest.kt | 103 ViewUtils.attachView(view)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | BiometricTestExtensions.kt | 57 ViewUtils.attachView(view)
|
H A D | UdfpsViewTest.kt | 77 ViewUtils.attachView(view)
|
H A D | AuthContainerViewTest.kt | 553 ViewUtils.attachView(this)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | AdminSecondaryLockScreenControllerTest.java | 92 ViewUtils.attachView(mKeyguardSecurityContainer); in setUp()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
H A D | QSPanelTest.kt | 81 ViewUtils.attachView(qsPanel)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
H A D | DialogLaunchAnimatorTest.kt | 293 ViewUtils.attachView(touchSurfaceRoot)
|
/aosp14/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()
|