Home
last modified time | relevance | path

Searched defs:view3 (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
H A DGlobalActionsLayoutTest.java247 View view3 = new View(mContext, null); in testOnUpdateList_fourInList() local
279 View view3 = new View(mContext, null); in testOnUpdateList_fourInList_reverse() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/buttons/
H A DNearestTouchFrameTest.java213 View view3 = mockViewAt(21, 20, 10, 10); in testViewMiddleChildNotAttachedCrash() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupScrollCaptureTest.java287 final MockView view3 = new MockView(context, 0, 100, 200, 200); in testDispatchScrollCaptureSearch_toChildren() local
380 final MockViewGroup view3 = new MockViewGroup(context, 0, 100, 200, 300); in testOnScrollCaptureSearch_withPadding() local
/aosp14/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/
H A DOverlayBaseTest.java374 final TestTextView view3 = layout.findViewById(R.id.view_3); in testOverlayLayout() local