Home
last modified time | relevance | path

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

12

/cts/tests/tests/view/src/android/view/cts/
DView_LayoutPositionTest.java66 parent.getLocationOnScreen(pLocation); in testPositionInParent()
67 view.getLocationOnScreen(vLocation); in testPositionInParent()
94 parent.getLocationOnScreen(pLocation); in testPositionInParent()
95 view.getLocationOnScreen(vLocation); in testPositionInParent()
DTouchDelegateTestActivity.java73 parent.getLocationOnScreen(parentLocation); in onCreate()
75 button.getLocationOnScreen(buttonLocation); in onCreate()
DTextureViewTest.java84 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/
DLightBarBaseActivity.java49 return mContent.getLocationOnScreen()[1]; in getTop()
53 return mContent.getLocationOnScreen()[1] + mContent.getHeight(); in getBottom()
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java592 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 …]
DToastTest.java301 view.getLocationOnScreen(xy1); in testAccessMargin()
321 view.getLocationOnScreen(xy2); in testAccessMargin()
356 view.getLocationOnScreen(centerXY);
371 view.getLocationOnScreen(bottomXY);
393 view.getLocationOnScreen(bottomOffsetXY);
DPointerIconTest.java65 mTopView.getLocationOnScreen(topPos); in assertPointerIcon()
67 target.getLocationOnScreen(targetPos); in assertPointerIcon()
DListPopupWindowTest.java268 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()
DSeekBarTest.java92 mSeekBar.getLocationOnScreen(seekBarXY); in testSetOnSeekBarChangeListener()
DNumberPickerTest.java362 mNumberPicker.getLocationOnScreen(numberPickerLocationOnScreen); in testInteractionWithSwipeDown()
431 mNumberPicker.getLocationOnScreen(numberPickerLocationOnScreen); in testInteractionWithSwipeUp()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java91 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()
DCtsMouseUtil.java60 anchor.getLocationOnScreen(screenPos); in obtainMouseEvent()
82 anchor.getLocationOnScreen(screenPos); in emulateHoverOnView()
DShellUtils.java56 view.getLocationOnScreen(xy); in tap()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java90 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()
DCtsMouseUtil.java60 anchor.getLocationOnScreen(screenPos); in obtainMouseEvent()
82 anchor.getLocationOnScreen(screenPos); in emulateHoverOnView()
DShellUtils.java56 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/accessibilityservice/src/android/accessibilityservice/cts/utils/
DActivityLaunchUtils.java79 mTempActivity.getWindow().getDecorView().getLocationOnScreen(location); in launchActivityAndWaitForItToBeOnscreen()
90 mTempActivity.getWindow().getDecorView().getLocationOnScreen(location); in launchActivityAndWaitForItToBeOnscreen()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DDragDropTest.java208 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/
DWebViewOnUiThread.java417 public int[] getLocationOnScreen() {
420 mWebView.getLocationOnScreen(location);
/cts/tests/autofillservice/src/android/autofillservice/cts/
DDialogLauncherActivity.java65 view.getLocationOnScreen(location); in assertInDialogBounds()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeLayoutInfo.java167 v.getLocationOnScreen(viewOriginArray); in fromLayoutListenerCallback()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.kt147 mTestContainer.getLocationOnScreen(location) in hashCode()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/
DDrawActivity.kt148 mTestContainer.getLocationOnScreen(location) in hashCode()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DNavigationBarInfo.java112 view.getLocationOnScreen(xy); in getInstance()

12