Searched defs:view1 (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsLayoutTest.java | 175 View view1 = new View(mContext, null); in testOnUpdateList_oneSeparatedOneList() local 197 View view1 = new View(mContext, null); in testOnUpdateList_twoSeparatedItems() local 222 View view1 = new View(mContext, null); in testOnUpdateList_twoSeparatedItems_reverse() local 245 View view1 = new View(mContext, null); in testOnUpdateList_fourInList() local 277 View view1 = new View(mContext, null); in testOnUpdateList_fourInList_reverse() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/stylus/ |
H A D | HandwritingAreaTrackerTest.java | 80 View view1 = createView(rect1); in updateHandwritingAreaForView_multipleViews() local 101 View view1 = createView(rect1); in updateHandwritingAreaForView_afterDisableAutoHandwriting() local 128 View view1 = createView(rect1); in updateHandwritingAreaForView_removesInactiveView() local
|
/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 | 204 final TestButton view1 = new TestButton(mActivity); in testInputConnectionCallbacks_nonEditableInput() local
|
H A D | ViewGroupScrollCaptureTest.java | 276 final MockView view1 = new MockView(context, 0, 0, 200, 25); in testDispatchScrollCaptureSearch_toChildren() local 374 final MockView view1 = new MockView(context, 0, -100, 200, 100); in testOnScrollCaptureSearch_withPadding() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/buttons/ |
H A D | NearestTouchFrameTest.java | 211 View view1 = mockViewAt(0, 20, 10, 10); in testViewMiddleChildNotAttachedCrash() 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()
|