Home
last modified time | relevance | path

Searched refs:down (Results 1 – 9 of 9) sorted by relevance

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DFullScreenMagnificationGestureHandlerTest.java392 StrokeDescription down = tripleTapAndHold(); in tripleTapAndDragViewport() local
396 StrokeDescription drag = drag(down, add(lastPointOf(down), mPan, 0f)); in tripleTapAndDragViewport()
409 StrokeDescription down = startingAt(endTimeOf(tap2) + 20, pointerDown(mTapLocation)); in tripleTapAndHold() local
410 dispatch(tap1, tap2, down); in tripleTapAndHold()
412 return down; in tripleTapAndHold()
/cts/tests/tests/text/src/android/text/method/cts/
DLinkMovementMethodTest.java411 assertTrue(method.down(mView, mSpannable)); in testDown()
414 assertTrue(method.down(mView, mSpannable)); in testDown()
417 assertFalse(method.down(mView, mSpannable)); in testDown()
425 method.down(null, mSpannable); in testDown_nullViewParam()
432 method.down(mView, null); in testDown_nullSpannableParam()
506 assertFalse(method.down(mView, mSpannable)); in testMoveAroundUnclickable()
587 protected boolean down(TextView widget, Spannable buffer) { in down() method in LinkMovementMethodTest.MyLinkMovementMethod
588 return super.down(widget, buffer); in down()
DScrollingMovementMethodTest.java490 mResult = method.down(mTextView, mSpannable); in testVerticalMovement()
497 mResult = method.down(mTextView, mSpannable); in testVerticalMovement()
504 mResult = method.down(mTextView, mSpannable); in testVerticalMovement()
544 method.down(null, mSpannable); in testVerticalMovement()
550 method.down(mTextView, null); in testVerticalMovement()
561 new MyScrollingMovementMethod().down(mTextView, mSpannable); in testMovementWithNullLayout()
775 protected boolean down(TextView widget, Spannable buffer) { in down() method in ScrollingMovementMethodTest.MyScrollingMovementMethod
776 return super.down(widget, buffer); in down()
/cts/tests/input/src/android/input/cts/
DTouchModeTest.kt326 val down = MotionEvent.obtain( in <lambda>() constant
334 down.source = InputDevice.SOURCE_TOUCHSCREEN in <lambda>()
336 instrumentation.uiAutomation.injectInputEvent(down, sync) in <lambda>()
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaActivityTest.java295 final KeyEvent down = new KeyEvent(downTime, downTime, KeyEvent.ACTION_DOWN, keyCode, 0); in sendKeyEvent() local
299 mInstrumentation.sendKeySync(down); in sendKeyEvent()
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DCompatScaleTests.java130 try (var down = new CompatChangeCloseable("DOWNSCALED", PACKAGE_UNDER_TEST); in testUpdateResourcesConfiguration() argument
193 try (var down = new CompatChangeCloseable("DOWNSCALED", PACKAGE_UNDER_TEST); in test_scalesCorrectly() argument
/cts/hostsidetests/hdmicec/
Dcec_adapter.md154 : send a volume down command to the amp if present
201 * Press d-pad down
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java915 final MotionEvent down = MotionEvent.obtain( in performClick() local
923 v.dispatchTouchEvent(down); in performClick()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt48406 method protected boolean down(android.widget.TextView, android.text.Spannable);