Searched defs:view2 (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsLayoutTest.java | 176 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 D | HandwritingAreaTrackerTest.java | 81 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 D | MobileViewLoggerTest.kt | 68 val view2 = TextView(context) regex 83 val view2 = TextView(context) regex
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | BackgroundFallback.java | 177 private boolean viewsCoverEntireWidth(View view1, View view2, int width) { in viewsCoverEntireWidth()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | ViewInputConnectionTest.java | 205 final TestButton view2 = new TestButton(mActivity); in testInputConnectionCallbacks_nonEditableInput() local
|
H A D | ViewGroupScrollCaptureTest.java | 280 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 D | NearestTouchFrameTest.java | 212 View view2 = mockViewAt(11, 20, 10, 10); in testViewMiddleChildNotAttachedCrash() local
|
/aosp14/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/ |
H A D | OverlayBaseTest.java | 358 final TestTextView view2 = layout.findViewById(R.id.view_2); in testOverlayLayout() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QSAnimator.java | 607 private int getRelativeTranslationY(View view1, View view2) { in getRelativeTranslationY()
|