Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DSysuiLifecycleTest.java59 ViewUtils.attachView(v); in testAttach()
77 ViewUtils.attachView(v); in testDetach()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSDetailTest.java77 ViewUtils.attachView(mQsDetail); in testShowDetail_Metrics()
91 ViewUtils.attachView(mQsDetail); in testMoreSettingsButton()
/frameworks/base/tests/testables/src/android/testing/
DViewUtils.java33 public static void attachView(View view) { in attachView() method in ViewUtils
DBaseFragmentTest.java174 ViewUtils.attachView(mView); in attachFragmentToWindow()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DScrimViewTest.java58 ViewUtils.attachView(mView); in testAttachDetach()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRowTest.java80 ViewUtils.attachView(row.getMenuView()); in testAttachDetach()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java7924 public void attachView(View child, int index, LayoutParams lp) { in attachView() method in RecyclerView.LayoutManager
7945 public void attachView(View child, int index) { in attachView() method in RecyclerView.LayoutManager
7946 attachView(child, index, (LayoutParams) child.getLayoutParams()); in attachView()
7956 public void attachView(View child) { in attachView() method in RecyclerView.LayoutManager
7957 attachView(child, -1); in attachView()
7983 attachView(view, toIndex); in moveView()