/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | FullScreenMagnificationGestureHandlerTest.java | 392 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/ |
D | LinkMovementMethodTest.java | 411 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()
|
D | ScrollingMovementMethodTest.java | 490 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/ |
D | TouchModeTest.kt | 326 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/ |
D | MediaActivityTest.java | 295 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/ |
D | CompatScaleTests.java | 130 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/ |
D | cec_adapter.md | 154 : send a volume down command to the amp if present 201 * Press d-pad down
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RemoteViewsTest.java | 915 final MotionEvent down = MotionEvent.obtain( in performClick() local 923 v.dispatchTouchEvent(down); in performClick()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 48406 method protected boolean down(android.widget.TextView, android.text.Spannable);
|