Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DView_LayoutPositionTest.java60 parent.getLocationOnScreen(pLocation); in testPositionInParent()
61 view.getLocationOnScreen(vLocation); in testPositionInParent()
88 parent.getLocationOnScreen(pLocation); in testPositionInParent()
89 view.getLocationOnScreen(vLocation); in testPositionInParent()
DViewTest.java1708 layout.getLocationOnScreen(layoutLocation); in testGetLocationOnScreen()
1711 mockView.getLocationOnScreen(location); in testGetLocationOnScreen()
1716 scrollView.getLocationOnScreen(location); in testGetLocationOnScreen()
1721 scrollView.getLocationOnScreen(null); in testGetLocationOnScreen()
1727 scrollView.getLocationOnScreen(new int[] { 0 }); in testGetLocationOnScreen()
2304 mockView1.getLocationOnScreen(xy); in testDispatchTouchEvent()
2698 view.getLocationOnScreen(xy); in testOnTouchEvent()
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java263 mPopupWindow.getContentView().getLocationOnScreen(viewOnScreenXY); in testShowAsDropDown()
264 upperAnchor.getLocationOnScreen(anchorXY); in testShowAsDropDown()
298 mPopupWindow.getContentView().getLocationOnScreen(popupContentViewOnScreenXY); in testShowAtLocation()
314 upperAnchor.getLocationOnScreen(anchorXY); in testShowAsDropDownWithOffsets()
327 mPopupWindow.getContentView().getLocationOnScreen(viewOnScreenXY); in testShowAsDropDownWithOffsets()
342 upperAnchor.getLocationOnScreen(anchorXY); in testOverlapAnchor()
355 mPopupWindow.getContentView().getLocationOnScreen(viewOnScreenXY); in testOverlapAnchor()
552 mPopupWindow.getContentView().getLocationOnScreen(fstXY); in testUpdatePositionAndDimension()
568 mPopupWindow.getContentView().getLocationOnScreen(sndXY); in testUpdatePositionAndDimension()
639 anchorView.getLocationOnScreen(anchorXY); in testUpdateDimensionAndAlignAnchorViewWithOffsets()
[all …]
DToastTest.java252 view.getLocationOnScreen(xy1); in testAccessMargin()
275 view.getLocationOnScreen(xy2); in testAccessMargin()
299 view.getLocationOnScreen(centerXY);
317 view.getLocationOnScreen(bottomXY);
342 view.getLocationOnScreen(bottomOffsetXY);
DListPopupWindowTest.java172 mPopupWindow.getListView().getLocationOnScreen(viewOnScreenXY); in testShow()
173 upperAnchor.getLocationOnScreen(anchorXY); in testShow()
DMediaControllerTest.java217 videoView.getLocationOnScreen(xy); in testOnTrackballEvent()
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
DTest5DetailFragment.java132 view.getLocationOnScreen(offsetInScreen); in collectStartAction()
147 view.getLocationOnScreen(offsetInScreen); in collectEndAction()
DTestGenericDetailFragment.java144 view.getLocationOnScreen(offsetInScreen); in collectStartAction()
161 view.getLocationOnScreen(offsetInScreen); in collectEndAction()
/cts/tests/app/src/android/app/cts/
DInstrumentationTestActivity.java84 public void getLocationOnScreen(int[] location) { in getLocationOnScreen() method in InstrumentationTestActivity.MockTextView
85 super.getLocationOnScreen(location); in getLocationOnScreen()
/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebViewOnUiThread.java662 public int[] getLocationOnScreen() {
667 mWebView.getLocationOnScreen(location);
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java1842 int[] location = mOnUiThread.getLocationOnScreen();