Searched refs:getLocationOnScreen (Results 1 – 11 of 11) sorted by relevance
60 parent.getLocationOnScreen(pLocation); in testPositionInParent()61 view.getLocationOnScreen(vLocation); in testPositionInParent()88 parent.getLocationOnScreen(pLocation); in testPositionInParent()89 view.getLocationOnScreen(vLocation); in testPositionInParent()
1708 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()
263 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 …]
252 view.getLocationOnScreen(xy1); in testAccessMargin()275 view.getLocationOnScreen(xy2); in testAccessMargin()299 view.getLocationOnScreen(centerXY);317 view.getLocationOnScreen(bottomXY);342 view.getLocationOnScreen(bottomOffsetXY);
172 mPopupWindow.getListView().getLocationOnScreen(viewOnScreenXY); in testShow()173 upperAnchor.getLocationOnScreen(anchorXY); in testShow()
217 videoView.getLocationOnScreen(xy); in testOnTrackballEvent()
132 view.getLocationOnScreen(offsetInScreen); in collectStartAction()147 view.getLocationOnScreen(offsetInScreen); in collectEndAction()
144 view.getLocationOnScreen(offsetInScreen); in collectStartAction()161 view.getLocationOnScreen(offsetInScreen); in collectEndAction()
84 public void getLocationOnScreen(int[] location) { in getLocationOnScreen() method in InstrumentationTestActivity.MockTextView85 super.getLocationOnScreen(location); in getLocationOnScreen()
662 public int[] getLocationOnScreen() {667 mWebView.getLocationOnScreen(location);
1842 int[] location = mOnUiThread.getLocationOnScreen();