Home
last modified time | relevance | path

Searched refs:getLocationOnScreen (Results 1 – 25 of 37) sorted by relevance

12

/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarBaseActivity.java42 return mContent.getLocationOnScreen()[1]; in getTop()
46 return mContent.getLocationOnScreen()[1] + mContent.getHeight(); in getBottom()
/cts/tests/tests/view/src/android/view/cts/
DView_LayoutPositionTest.java65 parent.getLocationOnScreen(pLocation); in testPositionInParent()
66 view.getLocationOnScreen(vLocation); in testPositionInParent()
93 parent.getLocationOnScreen(pLocation); in testPositionInParent()
94 view.getLocationOnScreen(vLocation); in testPositionInParent()
DTouchDelegateTestActivity.java73 parent.getLocationOnScreen(parentLocation); in onCreate()
75 button.getLocationOnScreen(buttonLocation); in onCreate()
DDragDropTest.java204 release.getLocationOnScreen(releaseLoc); in expectEndEventFailure6()
217 v.getLocationOnScreen(viewLocation); in expectEventWithOffset()
219 locationView.getLocationOnScreen(locationViewLocation); in expectEventWithOffset()
240 v.getLocationOnScreen(destLoc); in injectMouseWithOffset()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DActivityLaunchUtils.java57 mTempActivity.getWindow().getDecorView().getLocationOnScreen(location); in launchActivityAndWaitForItToBeOnscreen()
68 mTempActivity.getWindow().getDecorView().getLocationOnScreen(location); in launchActivityAndWaitForItToBeOnscreen()
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java580 anchor.getLocationOnScreen(anchorOnScreenXY); in verifyPositionY()
587 content.getLocationOnScreen(contentOnScreenXY); in verifyPositionY()
599 anchor.getLocationOnScreen(anchorOnScreenXY); in verifyPositionX()
606 content.getLocationOnScreen(contentOnScreenXY); in verifyPositionX()
656 mPopupWindow.getContentView().getLocationOnScreen(popupContentViewOnScreenXY); in testShowAtLocation()
677 upperAnchor.getLocationOnScreen(anchorXY); in testShowAsDropDownWithOffsets()
686 mPopupWindow.getContentView().getLocationOnScreen(viewOnScreenXY); in testShowAsDropDownWithOffsets()
702 upperAnchor.getLocationOnScreen(anchorXY); in testOverlapAnchor()
711 mPopupWindow.getContentView().getLocationOnScreen(viewOnScreenXY); in testOverlapAnchor()
982 mPopupWindow.getContentView().getLocationOnScreen(fstXY); in testUpdatePositionAndDimension()
[all …]
DToastTest.java227 view.getLocationOnScreen(xy1); in testAccessMargin()
248 view.getLocationOnScreen(xy2); in testAccessMargin()
271 view.getLocationOnScreen(centerXY);
287 view.getLocationOnScreen(bottomXY);
310 view.getLocationOnScreen(bottomOffsetXY);
DPointerIconTest.java63 mTopView.getLocationOnScreen(topPos); in assertPointerIcon()
65 target.getLocationOnScreen(targetPos); in assertPointerIcon()
DListPopupWindowTest.java252 listView.getLocationOnScreen(listViewOnScreenXY); in verifyAnchoring()
253 upperAnchor.getLocationOnScreen(anchorXY); in verifyAnchoring()
538 promptView.getLocationOnScreen(promptViewOnScreenXY); in testPromptViewAbove()
541 firstListChild.getLocationOnScreen(firstChildOnScreenXY); in testPromptViewAbove()
570 promptView.getLocationOnScreen(promptViewOnScreenXY); in testPromptViewBelow()
573 lastListChild.getLocationOnScreen(lastChildOnScreenXY); in testPromptViewBelow()
781 anchor.getLocationOnScreen(anchorOnScreenXY); in testCreateOnDragListener()
DSeekBarTest.java89 mSeekBar.getLocationOnScreen(seekBarXY); in testSetOnSeekBarChangeListener()
DNumberPickerTest.java340 mNumberPicker.getLocationOnScreen(numberPickerLocationOnScreen); in testInteractionWithSwipeDown()
389 mNumberPicker.getLocationOnScreen(numberPickerLocationOnScreen); in testInteractionWithSwipeUp()
DMediaControllerTest.java190 videoView.getLocationOnScreen(xy); in testOnTrackballEvent()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java86 anchorView.getLocationOnScreen(viewOnScreenXY); in emulateTapOnView()
124 anchorView.getLocationOnScreen(viewOnScreenXY); in emulateDoubleTapOnView()
382 view.getLocationOnScreen(viewOnScreenXY); in emulateFlingGesture()
458 viewGroup.getLocationOnScreen(viewGroupOnScreenXY); in emulateScrollToBottom()
497 view.getLocationOnScreen(viewOnScreenXY); in emulateLongPressOnViewCenter()
519 view.getLocationOnScreen(viewOnScreenXY); in emulateLongPressOnView()
DCtsMouseUtil.java58 anchor.getLocationOnScreen(screenPos); in obtainMouseEvent()
/cts/tests/autofillservice/src/android/autofillservice/cts/common/
DShellHelper.java55 view.getLocationOnScreen(xy); in tap()
/cts/tests/app/app/src/android/app/stubs/
DInstrumentationTestActivity.java89 public void getLocationOnScreen(int[] location) { in getLocationOnScreen() method in InstrumentationTestActivity.MockTextView
90 super.getLocationOnScreen(location); in getLocationOnScreen()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DDialogLauncherActivity.java65 view.getLocationOnScreen(location); in assertInDialogBounds()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeLayoutInfo.java166 v.getLocationOnScreen(viewOriginArray); in fromLayoutListenerCallback()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DNavigationBarInfo.java110 view.getLocationOnScreen(xy); in getInstance()
/cts/tests/tests/transition/src/android/transition/cts/
DPropagationTest.java58 redValues.view.getLocationOnScreen(pos); in testCircularPropagation()
/cts/tests/tests/security/src/android/security/cts/
DMotionEventTest.java126 viewHolder[0].getLocationOnScreen(viewLocation); in testActionOutsideDoesNotContainedObscuredInformation()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.java210 mViewWrapper.getLocationOnScreen(location); in onDraw()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DLocationOnScreenTests.java214 mView.getLocationOnScreen(location); in getViewLocationOnScreen()
/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebViewOnUiThread.java691 public int[] getLocationOnScreen() {
696 mWebView.getLocationOnScreen(location);
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DMagnificationGestureHandlerTest.java128 view.getLocationOnScreen(xy); in setUp()

12