/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | LightBarBaseActivity.java | 49 return mContent.getLocationOnScreen()[0]; in getLeft() 53 return mContent.getLocationOnScreen()[1]; in getTop() 57 return mContent.getLocationOnScreen()[1] + mContent.getHeight(); in getBottom() 61 return mContent.getLocationOnScreen()[0] + mContent.getWidth(); in getRight()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | View_LayoutPositionTest.java | 77 parent.getLocationOnScreen(pLocation); in testPositionInParent() 78 view.getLocationOnScreen(vLocation); in testPositionInParent() 105 parent.getLocationOnScreen(pLocation); in testPositionInParent() 106 view.getLocationOnScreen(vLocation); in testPositionInParent()
|
/cts/tests/tests/widget/src/android/widget/cts/util/ |
D | StretchEdgeUtil.kt | 46 view.getLocationOnScreen(locationOnScreen) in fling() 76 view.getLocationOnScreen(locationOnScreen) in dragStretches() 110 view.getLocationOnScreen(locationOnScreen) in dragAndHoldExecute()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/ |
D | WindowInsetsLayoutTests.java | 169 overlayWindowRoot1.getLocationOnScreen(locationAndSize1); in testSetFitInsetsIgnoringVisibility() 184 overlayWindowRoot2.getLocationOnScreen(locationAndSize2); in testSetFitInsetsIgnoringVisibility() 242 rootView.getLocationOnScreen(locationOnScreen); in assertMatchesWindowBounds()
|
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | TestUtils.java | 340 view.getLocationOnScreen(xy); in injectStylusDownEvent() 380 view.getLocationOnScreen(xy); in injectStylusEvent() 400 view.getLocationOnScreen(xy); in injectFingerEventOnViewCenter() 424 view.getLocationOnScreen(xy); in injectFingerEventOnViewCenter() 458 view.getLocationOnScreen(xy); in injectStylusMoveEvents() 494 view.getLocationOnScreen(xy); in injectStylusMoveEvents()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | PopupWindowTest.java | 559 popup.getContentView().getLocationOnScreen(viewOnScreenXY); in testShowAsDropDown_ClipToScreen_Overlap_OutOfScreen() 662 anchor.getLocationOnScreen(anchorOnScreenXY); in verifyPositionY() 669 content.getLocationOnScreen(contentOnScreenXY); in verifyPositionY() 681 anchor.getLocationOnScreen(anchorOnScreenXY); in verifyPositionX() 688 content.getLocationOnScreen(contentOnScreenXY); in verifyPositionX() 738 mPopupWindow.getContentView().getLocationOnScreen(popupContentViewOnScreenXY); in testShowAtLocation() 757 upperAnchor.getLocationOnScreen(anchorXY); in testShowAsDropDownWithOffsets() 766 mPopupWindow.getContentView().getLocationOnScreen(viewOnScreenXY); in testShowAsDropDownWithOffsets() 782 upperAnchor.getLocationOnScreen(anchorXY); in testOverlapAnchor() 791 mPopupWindow.getContentView().getLocationOnScreen(viewOnScreenXY); in testOverlapAnchor() [all …]
|
D | ListPopupWindowTest.java | 284 listView.getLocationOnScreen(listViewOnScreenXY); in verifyAnchoring() 285 upperAnchor.getLocationOnScreen(anchorXY); in verifyAnchoring() 592 promptView.getLocationOnScreen(promptViewOnScreenXY); in testPromptViewAbove() 595 firstListChild.getLocationOnScreen(firstChildOnScreenXY); in testPromptViewAbove() 625 promptView.getLocationOnScreen(promptViewOnScreenXY); in testPromptViewBelow() 628 lastListChild.getLocationOnScreen(lastChildOnScreenXY); in testPromptViewBelow() 933 anchor.getLocationOnScreen(anchorOnScreenXY); in testCreateOnDragListener()
|
D | PointerIconTest.java | 98 mTopView.getLocationOnScreen(topPos); in assertPointerIcon() 100 target.getLocationOnScreen(targetPos); in assertPointerIcon()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | CtsMouseUtil.java | 65 anchor.getLocationOnScreen(screenPos); in obtainMouseEvent() 87 anchor.getLocationOnScreen(screenPos); in emulateHoverOnView()
|
D | CtsTouchUtils.java | 112 anchorView.getLocationOnScreen(viewOnScreenXY); in emulateTapOnView() 159 anchorView.getLocationOnScreen(viewOnScreenXY); in emulateDoubleTapOnView() 568 view.getLocationOnScreen(viewOnScreenXY); in emulateFlingGesture() 646 viewGroup.getLocationOnScreen(viewGroupOnScreenXY); in emulateScrollToBottom() 711 view.getLocationOnScreen(viewOnScreenXY); in emulateLongPressOnViewCenter() 733 view.getLocationOnScreen(viewOnScreenXY); in emulateLongPressOnView()
|
D | ShellUtils.java | 99 view.getLocationOnScreen(xy); in tap()
|
/cts/tests/tests/widget29/src/android/widget/cts29/ |
D | ToastTest.java | 331 view.getLocationOnScreen(xy1); in testAccessMargin() 351 view.getLocationOnScreen(xy2); in testAccessMargin() 386 view.getLocationOnScreen(centerXY); 401 view.getLocationOnScreen(bottomXY); 423 view.getLocationOnScreen(bottomOffsetXY);
|
/cts/tests/app/app/src/android/app/stubs/ |
D | InstrumentationTestActivity.java | 89 public void getLocationOnScreen(int[] location) { in getLocationOnScreen() method in InstrumentationTestActivity.MockTextView 90 super.getLocationOnScreen(location); in getLocationOnScreen()
|
/cts/tests/framework/base/windowmanager/appCompatViewSandboxOptout/src/android/server/wm/optoutsandboxingviewboundsapis/ |
D | TestCompatViewSandboxOptOutActivity.java | 85 mView.getLocationOnScreen(location); in onDraw()
|
/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/ |
D | SurfaceControlTestCase.java | 66 boundsView.getLocationOnScreen(topLeft); in getBoundsToCheck()
|
/cts/tests/framework/base/windowmanager/appCompatViewSandboxAllowed/src/android/server/wm/allowsandboxingviewboundsapis/ |
D | TestCompatAllowViewSandboxActivity.java | 87 mView.getLocationOnScreen(location); in onDraw()
|
/cts/tests/tests/transition/src/android/transition/cts/ |
D | PropagationTest.java | 59 redValues.view.getLocationOnScreen(pos); in testCircularPropagation() 69 redValues.view.getLocationOnScreen(offset); in testCircularPropagation()
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeLayoutInfo.java | 96 v.getLocationOnScreen(viewOriginArray); in fromLayoutListenerCallback()
|
/cts/tests/input/InputInjectionApp/src/com/android/test/inputinjection/ |
D | InputInjectionActivity.kt | 143 val location = IntArray(2).also { getLocationOnScreen(it) } in getCenterOnScreen()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ime/ |
D | MultiDisplaySecurityImeTests.java | 87 editText.getLocationOnScreen(location); in testNoInputConnectionForUntrustedVirtualDisplay()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/ |
D | LayoutTests.java | 300 view1.getLocationOnScreen(locations[0]); in assertLayoutEquals() 301 view2.getLocationOnScreen(locations[1]); in assertLayoutEquals()
|
D | DisplayShapeTests.java | 110 decorView.getLocationOnScreen(location); in testDisplayShapeFromWindowInsets()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/ |
D | DialogLauncherActivity.java | 69 view.getLocationOnScreen(location); in assertInDialogBounds()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | ActivityLaunchUtils.java | 294 mTempActivity.getWindow().getDecorView().getLocationOnScreen(location); in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen() 316 mTempActivity.getWindow().getDecorView().getLocationOnScreen(location); in launchActivityOnSpecifiedDisplayAndWaitForItToBeOnscreen()
|
/cts/libs/deviceutillegacy/src/android/webkit/cts/ |
D | WebViewOnUiThread.java | 419 public int[] getLocationOnScreen() { 422 mWebView.getLocationOnScreen(location);
|