Home
last modified time | relevance | path

Searched refs:anchor (Results 1 – 6 of 6) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsMouseUtil.java62 public static MotionEvent obtainMouseEvent(int action, View anchor, int offsetX, int offsetY) { in obtainMouseEvent() argument
65 anchor.getLocationOnScreen(screenPos); in obtainMouseEvent()
83 public static void emulateHoverOnView(Instrumentation instrumentation, View anchor, int offsetX, in emulateHoverOnView() argument
87 anchor.getLocationOnScreen(screenPos); in emulateHoverOnView()
/cts/tests/tests/widget/src/android/widget/cts/
DListPopupWindowTest.java739 final MockViewForListPopupWindow anchor = in testCustomDismissalWithBackButton() local
741 anchor.wireTo(mPopupWindow); in testCustomDismissalWithBackButton()
746 anchor::requestFocus); in testCustomDismissalWithBackButton()
747 assertTrue(anchor.isFocused()); in testCustomDismissalWithBackButton()
771 final MockViewForListPopupWindow anchor = in testListSelectionWithDPad() local
773 anchor.wireTo(mPopupWindow); in testListSelectionWithDPad()
776 anchor::requestFocus); in testListSelectionWithDPad()
777 assertTrue(anchor.isFocused()); in testListSelectionWithDPad()
841 final MockViewForListPopupWindow anchor = in testListSelectionWithDPadEnter() local
843 anchor.wireTo(mPopupWindow); in testListSelectionWithDPadEnter()
[all …]
DPopupWindowTest.java622 private void verifyPosition(PopupWindow popup, View anchor, in verifyPosition() argument
625 verifyPosition(popup, anchor, in verifyPosition()
631 private void verifyPosition(PopupWindow popup, View anchor, in verifyPosition() argument
638 anchor, offsetX, offsetY, gravity)); in verifyPosition()
642 verifyPositionX(content, contentEdgeX, operatorX, anchor, anchorEdgeX); in verifyPosition()
643 verifyPositionY(content, contentEdgeY, operatorY, anchor, anchorEdgeY); in verifyPosition()
647 anchor.getWindowVisibleDisplayFrame(displayFrame); in verifyPosition()
660 View anchor, int anchorEdge) { in verifyPositionY() argument
662 anchor.getLocationOnScreen(anchorOnScreenXY); in verifyPositionY()
665 anchorY += anchor.getHeight(); in verifyPositionY()
[all …]
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
/cts/tools/vm-tests-tf/lib/
Djunit.jar ... x int y int w int fill double wx int anchor java.awt.GridBagConstraints c private void appendFailure ( ...
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java1864 final String anchor = in testGetHitTestResult() local
1880 + anchor in testGetHitTestResult()