Home
last modified time | relevance | path

Searched defs:view1 (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
H A DGlobalActionsLayoutTest.java175 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 DHandwritingAreaTrackerTest.java80 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 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.java204 final TestButton view1 = new TestButton(mActivity); in testInputConnectionCallbacks_nonEditableInput() local
H A DViewGroupScrollCaptureTest.java276 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 DNearestTouchFrameTest.java211 View view1 = mockViewAt(0, 20, 10, 10); in testViewMiddleChildNotAttachedCrash() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java607 private int getRelativeTranslationY(View view1, View view2) { in getRelativeTranslationY()