Searched refs:anchor (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ListPopupWindowTest.java | 583 final MockViewForListPopupWindow anchor = in testCustomDismissalWithBackButton() local 585 anchor.wireTo(mPopupWindow); in testCustomDismissalWithBackButton() 587 runTestOnUiThread(() -> anchor.requestFocus()); in testCustomDismissalWithBackButton() 589 assertTrue(anchor.isFocused()); in testCustomDismissalWithBackButton() 607 final MockViewForListPopupWindow anchor = in testListSelectionWithDPad() local 609 anchor.wireTo(mPopupWindow); in testListSelectionWithDPad() 611 runTestOnUiThread(() -> anchor.requestFocus()); in testListSelectionWithDPad() 613 assertTrue(anchor.isFocused()); in testListSelectionWithDPad() 720 final View anchor = mActivity.findViewById(mPopupWindowBuilder.mAnchorId); in testCreateOnDragListener() local 721 View.OnTouchListener dragListener = mPopupWindow.createDragToOpenListener(anchor); in testCreateOnDragListener() [all …]
|
D | PopupWindowTest.java | 494 final View anchor = mActivity.findViewById(anchorId); in assertPosition() local 497 anchor, offsetX, offsetY, gravity)); in assertPosition() 501 assertPositionX(content, contentEdgeX, operatorX, anchor, anchorEdgeX); in assertPosition() 502 assertPositionY(content, contentEdgeY, operatorY, anchor, anchorEdgeY); in assertPosition() 506 anchor.getWindowVisibleDisplayFrame(displayFrame); in assertPosition() 519 View anchor, int anchorEdge) { in assertPositionY() argument 521 anchor.getLocationOnScreen(anchorOnScreenXY); in assertPositionY() 524 anchorY += anchor.getHeight(); in assertPositionY() 538 View anchor, int anchorEdge) { in assertPositionX() argument 540 anchor.getLocationOnScreen(anchorOnScreenXY); in assertPositionX() [all …]
|
/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 | 1965 final String anchor = "<p><a href=\"" + TestHtmlConstants.EXT_WEB_URL1 1978 "<html><body>" + anchor + blankAnchor + form + tel + mailto +
|