Home
last modified time | relevance | path

Searched defs:view2 (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
H A DGlobalActionsLayoutTest.java176 View view2 = new View(mContext, null); in testOnUpdateList_oneSeparatedOneList() local
198 View view2 = new View(mContext, null); in testOnUpdateList_twoSeparatedItems() local
223 View view2 = new View(mContext, null); in testOnUpdateList_twoSeparatedItems_reverse() local
246 View view2 = new View(mContext, null); in testOnUpdateList_fourInList() local
278 View view2 = new View(mContext, null); in testOnUpdateList_fourInList_reverse() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/stylus/
H A DHandwritingAreaTrackerTest.java81 View view2 = createView(rect2); in updateHandwritingAreaForView_multipleViews() local
102 View view2 = createView(rect2); in updateHandwritingAreaForView_afterDisableAutoHandwriting() local
129 View view2 = createView(rect2); in updateHandwritingAreaForView_removesInactiveView() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/
H A DMobileViewLoggerTest.kt68 val view2 = TextView(context) regex
83 val view2 = TextView(context) regex
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DBackgroundFallback.java177 private boolean viewsCoverEntireWidth(View view1, View view2, int width) { in viewsCoverEntireWidth()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewInputConnectionTest.java205 final TestButton view2 = new TestButton(mActivity); in testInputConnectionCallbacks_nonEditableInput() local
H A DViewGroupScrollCaptureTest.java280 final MockView view2 = new MockView(context, 0, 25, 150, 100); in testDispatchScrollCaptureSearch_toChildren() local
377 final MockView view2 = new MockView(context, 0, 0, 200, 200); in testOnScrollCaptureSearch_withPadding() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/buttons/
H A DNearestTouchFrameTest.java212 View view2 = mockViewAt(11, 20, 10, 10); in testViewMiddleChildNotAttachedCrash() local
/aosp14/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/
H A DOverlayBaseTest.java358 final TestTextView view2 = layout.findViewById(R.id.view_2); in testOverlayLayout() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java607 private int getRelativeTranslationY(View view1, View view2) { in getRelativeTranslationY()