Home
last modified time | relevance | path

Searched refs:up (Results 1 – 23 of 23) sorted by relevance

/cts/tests/tests/text/src/android/text/method/cts/
DLinkMovementMethodTest.java381 assertTrue(method.up(mView, mSpannable)); in testUp()
384 assertTrue(method.up(mView, mSpannable)); in testUp()
387 assertFalse(method.up(mView, mSpannable)); in testUp()
395 method.up(null, mSpannable); in testUp_nullViewParam()
402 method.up(mView, null); in testUp_nullSpannableParam()
503 assertFalse(method.up(mView, mSpannable)); in testMoveAroundUnclickable()
602 protected boolean up(TextView widget, Spannable buffer) { in up() method in LinkMovementMethodTest.MyLinkMovementMethod
603 return super.up(widget, buffer); in up()
DScrollingMovementMethodTest.java511 mResult = method.up(mTextView, mSpannable); in testVerticalMovement()
518 mResult = method.up(mTextView, mSpannable); in testVerticalMovement()
525 mResult = method.up(mTextView, mSpannable); in testVerticalMovement()
532 method.up(null, mSpannable); in testVerticalMovement()
538 method.up(mTextView, null); in testVerticalMovement()
567 new MyScrollingMovementMethod().up(mTextView, mSpannable); in testMovementWithNullLayout()
790 protected boolean up(TextView widget, Spannable buffer) { in up() method in ScrollingMovementMethodTest.MyScrollingMovementMethod
791 return super.up(widget, buffer); in up()
/cts/tests/tests/car/CtsCarDisplayCompatApp/
DAndroid.bp32 min_sdk_version: "33", //CTS tests needs to run up to N-2 version to support mainline
/cts/tests/input/src/android/input/cts/
DTouchModeTest.kt341 val up = MotionEvent.obtain( in <lambda>() constant
349 up.source = InputDevice.SOURCE_TOUCHSCREEN in <lambda>()
350 instrumentation.uiAutomation.injectInputEvent(up, sync) in <lambda>()
/cts/tests/tests/car_builtin/apps/SimpleApp/
DAndroid.bp41 min_sdk_version: "33", //CTS tests needs to run up to N-2 version to support mainline
/cts/tools/cts-tradefed/
DREADME27 2. Follow the 'Setting up your device' steps documented in the
68 platform source code and setting up a build environment.
/cts/tests/tests/telecom/CallStreamingServiceTestApp/
DAndroid.bp17 // package name, and so that when we revoke the call streaming role it can be cleaned up without
/cts/tests/tests/telecom-apps/Utils/
DAndroid.bp17 // package name, and so that when we revoke the call streaming role it can be cleaned up without
/cts/tests/signature/api-check/hidden-api-killswitch-sdklist/
DAndroid.bp33 // pick up any changes to CtsHiddenApiBlocklistApiDynamicConfig.dynamic.
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaActivityTest.java297 final KeyEvent up = new KeyEvent(downTime, upTime, KeyEvent.ACTION_UP, keyCode, 0); in sendKeyEvent() local
300 mInstrumentation.sendKeySync(up); in sendKeyEvent()
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DREADME.md15 up the name, bus, vendor, and product information for connected input devices.
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DCompatScaleTests.java137 try (var up = new CompatChangeCloseable("DOWNSCALED_INVERSE", PACKAGE_UNDER_TEST); in testUpdateResourcesConfiguration() argument
204 try (var up = new CompatChangeCloseable("DOWNSCALED_INVERSE", PACKAGE_UNDER_TEST); in test_scalesCorrectly() argument
/cts/hostsidetests/hdmicec/
Dcec_adapter.md151 : send a volume up command to the amp if present
195 * Press d-pad up
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
DAndroid.bp142 // Using the up-to-date version of the interface
/cts/hostsidetests/theme/
DREADME48 4. From the console, set up your build environment for x86_64 and build CTS:
75 1. From the console, set up your build environment for sdk_phone_x86_64 and build Android and CTS:
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dluts_for_speedup_f32.rsh4 // Defines several LUTs for speed up for uint8 pixel type.
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java919 final MotionEvent up = MotionEvent.obtain( in performClick() local
924 v.dispatchTouchEvent(up); in performClick()
/cts/tests/tests/security/res/raw/
Ddrm_uaf.dm72 …��L v��Ym�{ 4]�<�%��~���\3~3`�'��\�$*x�'��<���v>���v�'���h��۾@up����@<p�-9���-����\�…
Dcve_2019_2245.ts7664 c�ɡ�|��up�n�|+��|�&��� ��03T�΅!msi4) ��Z�J�BY�]�fk�1€YY�И�;�cpR�Bs-6�Be#�E֓�z�G�1�T
Dcve_2018_13925.ts7763 c�ɡ�|��up�n�|+��|�&��� ��03T�΅!msi4) ��Z�J�BY�]�fk�1€YY�И�;�cpR�Bs-6�Be#�E֓�z�G�1�T
Dcve_2019_2244.ts7769 c�ɡ�|��up�n�|+��|�&��� ��03T�΅!msi4) ��Z�J�BY�]�fk�1€YY�И�;�cpR�Bs-6�Be#�E֓�z�G�1�T
/cts/tests/mediapc/requirements/
Drequirements.txtpb761 …specification: "MUST support AV1 encoder which can encode up to 480p resolution at 30fps and 1Mbps…
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt48428 method protected boolean up(android.widget.TextView, android.text.Spannable);