Searched refs:anchor (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ListPopupWindowTest.java | 652 final MockViewForListPopupWindow anchor = in testCustomDismissalWithBackButton() local 654 anchor.wireTo(mPopupWindow); in testCustomDismissalWithBackButton() 656 mActivityRule.runOnUiThread(anchor::requestFocus); in testCustomDismissalWithBackButton() 658 assertTrue(anchor.isFocused()); in testCustomDismissalWithBackButton() 678 final MockViewForListPopupWindow anchor = in testListSelectionWithDPad() local 680 anchor.wireTo(mPopupWindow); in testListSelectionWithDPad() 682 mActivityRule.runOnUiThread(anchor::requestFocus); in testListSelectionWithDPad() 684 assertTrue(anchor.isFocused()); in testListSelectionWithDPad() 759 final View anchor = mActivity.findViewById(mPopupWindowBuilder.mAnchorId); in testCreateOnDragListener() local 760 final View.OnTouchListener dragListener = mPopupWindow.createDragToOpenListener(anchor); in testCreateOnDragListener() [all …]
|
D | PopupWindowTest.java | 537 private void verifyPosition(PopupWindow popup, View anchor, in verifyPosition() argument 540 verifyPosition(popup, anchor, in verifyPosition() 546 private void verifyPosition(PopupWindow popup, View anchor, in verifyPosition() argument 553 anchor, offsetX, offsetY, gravity)); in verifyPosition() 557 verifyPositionX(content, contentEdgeX, operatorX, anchor, anchorEdgeX); in verifyPosition() 558 verifyPositionY(content, contentEdgeY, operatorY, anchor, anchorEdgeY); in verifyPosition() 562 anchor.getWindowVisibleDisplayFrame(displayFrame); in verifyPosition() 575 View anchor, int anchorEdge) { in verifyPositionY() argument 577 anchor.getLocationOnScreen(anchorOnScreenXY); in verifyPositionY() 580 anchorY += anchor.getHeight(); in verifyPositionY() [all …]
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | CtsMouseUtil.java | 55 public static MotionEvent obtainMouseEvent(int action, View anchor, int offsetX, int offsetY) { in obtainMouseEvent() argument 58 anchor.getLocationOnScreen(screenPos); in obtainMouseEvent()
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/cts/tools/vm-tests-tf/lib/ |
D | junit.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/ |
D | WebViewTest.java | 2022 final String anchor = "<p><a href=\"" + TestHtmlConstants.EXT_WEB_URL1 2035 "<html><body>" + anchor + blankAnchor + form + tel + mailto +
|