Home
last modified time | relevance | path

Searched defs:offsetY (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DTooltipTest.java186 private void injectHoverMove(int source, View target, int offsetX, int offsetY) { in injectHoverMove()
191 private void injectHoverMove(View target, int offsetX, int offsetY) { in injectHoverMove()
204 private static MotionEvent obtainMouseEvent(View target, int action, int offsetX, int offsetY) { in obtainMouseEvent()
209 int source, View target, int action, int offsetX, int offsetY) { in obtainMotionEvent()
DHoverTest.java106 private void injectHoverMove(View view, int offsetX, int offsetY) { in injectHoverMove()
DMotionEventTest.java321 float offsetY = 1.0f; in testOffsetLocation() local
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsMouseUtil.java57 public static MotionEvent obtainMouseEvent(int action, View anchor, int offsetX, int offsetY) { in obtainMouseEvent()
78 int offsetY) { in emulateHoverOnView()
DCtsTouchUtils.java86 int offsetX, int offsetY) { in emulateTapOnView()
132 int offsetX, int offsetY) { in emulateDoubleTapOnView()
553 ActivityTestRule<?> activityTestRule, View view, int offsetX, int offsetY) { in emulateLongPressOnView()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsMouseUtil.java57 public static MotionEvent obtainMouseEvent(int action, View anchor, int offsetX, int offsetY) { in obtainMouseEvent()
78 int offsetY) { in emulateHoverOnView()
DCtsTouchUtils.java87 int offsetX, int offsetY) { in emulateTapOnView()
133 int offsetX, int offsetY) { in emulateDoubleTapOnView()
554 ActivityTestRule<?> activityTestRule, View view, int offsetX, int offsetY) { in emulateLongPressOnView()
/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtils.java81 int offsetY = 0; in getCombinedBackgroundBitmap() local
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java462 final int offsetY = mActivity.findViewById(R.id.anchor_upper).getHeight() / 2; in testShowAsDropDown_ClipToScreen_Overlap_Offset() local
546 int offsetX, int offsetY, int gravity) throws Throwable { in verifyPosition()
564 int offsetX, int offsetY, int gravity) throws Throwable { in verifyPosition()
DTextViewTest.java8498 private void emulateClickOnView(View view, int offsetX, int offsetY) { in emulateClickOnView()
8503 private void emulateLongPressOnView(View view, int offsetX, int offsetY) { in emulateLongPressOnView()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java1272 private void offsetPipWithinMovementBounds(int offsetY, Rect initialBoundsOut, in offsetPipWithinMovementBounds()