/cts/tests/tests/view/src/android/view/cts/ |
D | View_LayoutPositionTest.java | 66 parent.getLocationOnScreen(pLocation); in testPositionInParent() 67 view.getLocationOnScreen(vLocation); in testPositionInParent() 94 parent.getLocationOnScreen(pLocation); in testPositionInParent() 95 view.getLocationOnScreen(vLocation); in testPositionInParent()
|
D | TouchDelegateTestActivity.java | 73 parent.getLocationOnScreen(parentLocation); in onCreate() 75 button.getLocationOnScreen(buttonLocation); in onCreate()
|
D | TextureViewTest.java | 84 content.getLocationOnScreen(outLocation); in testFirstFrames() 148 textureView.getLocationOnScreen(outLocation); in testRotateScale() 190 textureView.getLocationOnScreen(outLocation); in testTransformScale() 331 textureView.getLocationOnScreen(outLocation); in testSamplingWithTransform()
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | LightBarBaseActivity.java | 49 return mContent.getLocationOnScreen()[1]; in getTop() 53 return mContent.getLocationOnScreen()[1] + mContent.getHeight(); in getBottom()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | PopupWindowTest.java | 592 anchor.getLocationOnScreen(anchorOnScreenXY); in verifyPositionY() 599 content.getLocationOnScreen(contentOnScreenXY); in verifyPositionY() 611 anchor.getLocationOnScreen(anchorOnScreenXY); in verifyPositionX() 618 content.getLocationOnScreen(contentOnScreenXY); in verifyPositionX() 668 mPopupWindow.getContentView().getLocationOnScreen(popupContentViewOnScreenXY); in testShowAtLocation() 687 upperAnchor.getLocationOnScreen(anchorXY); in testShowAsDropDownWithOffsets() 696 mPopupWindow.getContentView().getLocationOnScreen(viewOnScreenXY); in testShowAsDropDownWithOffsets() 712 upperAnchor.getLocationOnScreen(anchorXY); in testOverlapAnchor() 721 mPopupWindow.getContentView().getLocationOnScreen(viewOnScreenXY); in testOverlapAnchor() 1023 view.getLocationOnScreen(anchorPosition); in getLoc() [all …]
|
D | ToastTest.java | 301 view.getLocationOnScreen(xy1); in testAccessMargin() 321 view.getLocationOnScreen(xy2); in testAccessMargin() 356 view.getLocationOnScreen(centerXY); 371 view.getLocationOnScreen(bottomXY); 393 view.getLocationOnScreen(bottomOffsetXY);
|
D | PointerIconTest.java | 65 mTopView.getLocationOnScreen(topPos); in assertPointerIcon() 67 target.getLocationOnScreen(targetPos); in assertPointerIcon()
|
D | ListPopupWindowTest.java | 268 listView.getLocationOnScreen(listViewOnScreenXY); in verifyAnchoring() 269 upperAnchor.getLocationOnScreen(anchorXY); in verifyAnchoring() 575 promptView.getLocationOnScreen(promptViewOnScreenXY); in testPromptViewAbove() 578 firstListChild.getLocationOnScreen(firstChildOnScreenXY); in testPromptViewAbove() 608 promptView.getLocationOnScreen(promptViewOnScreenXY); in testPromptViewBelow() 611 lastListChild.getLocationOnScreen(lastChildOnScreenXY); in testPromptViewBelow() 817 anchor.getLocationOnScreen(anchorOnScreenXY); in testCreateOnDragListener()
|
D | SeekBarTest.java | 92 mSeekBar.getLocationOnScreen(seekBarXY); in testSetOnSeekBarChangeListener()
|
D | NumberPickerTest.java | 362 mNumberPicker.getLocationOnScreen(numberPickerLocationOnScreen); in testInteractionWithSwipeDown() 431 mNumberPicker.getLocationOnScreen(numberPickerLocationOnScreen); in testInteractionWithSwipeUp()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | CtsTouchUtils.java | 91 anchorView.getLocationOnScreen(viewOnScreenXY); in emulateTapOnView() 137 anchorView.getLocationOnScreen(viewOnScreenXY); in emulateDoubleTapOnView() 417 view.getLocationOnScreen(viewOnScreenXY); in emulateFlingGesture() 495 viewGroup.getLocationOnScreen(viewGroupOnScreenXY); in emulateScrollToBottom() 535 view.getLocationOnScreen(viewOnScreenXY); in emulateLongPressOnViewCenter() 557 view.getLocationOnScreen(viewOnScreenXY); in emulateLongPressOnView()
|
D | CtsMouseUtil.java | 60 anchor.getLocationOnScreen(screenPos); in obtainMouseEvent() 82 anchor.getLocationOnScreen(screenPos); in emulateHoverOnView()
|
D | ShellUtils.java | 56 view.getLocationOnScreen(xy); in tap()
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | CtsTouchUtils.java | 90 anchorView.getLocationOnScreen(viewOnScreenXY); in emulateTapOnView() 136 anchorView.getLocationOnScreen(viewOnScreenXY); in emulateDoubleTapOnView() 416 view.getLocationOnScreen(viewOnScreenXY); in emulateFlingGesture() 494 viewGroup.getLocationOnScreen(viewGroupOnScreenXY); in emulateScrollToBottom() 534 view.getLocationOnScreen(viewOnScreenXY); in emulateLongPressOnViewCenter() 556 view.getLocationOnScreen(viewOnScreenXY); in emulateLongPressOnView()
|
D | CtsMouseUtil.java | 60 anchor.getLocationOnScreen(screenPos); in obtainMouseEvent() 82 anchor.getLocationOnScreen(screenPos); in emulateHoverOnView()
|
D | ShellUtils.java | 56 view.getLocationOnScreen(xy); in tap()
|
/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/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | ActivityLaunchUtils.java | 79 mTempActivity.getWindow().getDecorView().getLocationOnScreen(location); in launchActivityAndWaitForItToBeOnscreen() 90 mTempActivity.getWindow().getDecorView().getLocationOnScreen(location); in launchActivityAndWaitForItToBeOnscreen()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | DragDropTest.java | 208 release.getLocationOnScreen(releaseLoc); in expectEndEventFailure6() 221 v.getLocationOnScreen(viewLocation); in expectEventWithOffset() 223 locationView.getLocationOnScreen(locationViewLocation); in expectEventWithOffset() 244 v.getLocationOnScreen(destLoc); in injectMouseWithOffset()
|
/cts/libs/deviceutillegacy/src/android/webkit/cts/ |
D | WebViewOnUiThread.java | 417 public int[] getLocationOnScreen() { 420 mWebView.getLocationOnScreen(location);
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | DialogLauncherActivity.java | 65 view.getLocationOnScreen(location); in assertInDialogBounds()
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeLayoutInfo.java | 167 v.getLocationOnScreen(viewOriginArray); in fromLayoutListenerCallback()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | DrawActivity.kt | 147 mTestContainer.getLocationOnScreen(location) in hashCode()
|
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/ |
D | DrawActivity.kt | 148 mTestContainer.getLocationOnScreen(location) in hashCode()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/ |
D | NavigationBarInfo.java | 112 view.getLocationOnScreen(xy); in getInstance()
|