Home
last modified time | relevance | path

Searched refs:setSource (Results 1 – 21 of 21) sorted by relevance

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java244 eventDown.setSource(InputDevice.SOURCE_TOUCHSCREEN); in injectDownEvent()
257 eventMove.setSource(InputDevice.SOURCE_TOUCHSCREEN); in injectMoveEventForTap()
323 eventMove.setSource(InputDevice.SOURCE_TOUCHSCREEN); in injectMoveEventsForDrag()
342 eventUp.setSource(InputDevice.SOURCE_TOUCHSCREEN); in injectUpEvent()
DCtsMouseUtil.java62 event.setSource(InputDevice.SOURCE_MOUSE); in obtainMouseEvent()
/cts/tests/tests/media/src/android/media/cts/
DExtractDecodeEditEncodeMuxTest.java131 setSource(R.raw.video_480x360_mp4_h264_500kbps_30fps_aac_stereo_128kbps_44100hz); in testExtractDecodeEditEncodeMuxQCIF()
139 setSource(R.raw.video_480x360_mp4_h264_500kbps_30fps_aac_stereo_128kbps_44100hz); in testExtractDecodeEditEncodeMuxQVGA()
147 setSource(R.raw.video_480x360_mp4_h264_500kbps_30fps_aac_stereo_128kbps_44100hz); in testExtractDecodeEditEncodeMux720p()
155 setSource(R.raw.video_480x360_mp4_h264_500kbps_30fps_aac_stereo_128kbps_44100hz); in testExtractDecodeEditEncodeMux2160pHevc()
163 setSource(R.raw.video_480x360_mp4_h264_500kbps_30fps_aac_stereo_128kbps_44100hz); in testExtractDecodeEditEncodeMuxAudio()
171 setSource(R.raw.video_480x360_mp4_h264_500kbps_30fps_aac_stereo_128kbps_44100hz); in testExtractDecodeEditEncodeMuxAudioVideo()
253 private void setSource(int resId) { in setSource() method in ExtractDecodeEditEncodeMuxTest
/cts/tests/autofillservice/src/android/autofillservice/cts/
DVirtualContainerView.java323 node.setSource(this, LOGIN_BUTTON_VIRTUAL_ID); in onProvideAutofillCompatModeAccessibilityNodeInfoForLoginButton()
407 event.setSource(VirtualContainerView.this, virtualId); in sendAccessibilityEvent()
568 node.setSource(parent, id); in provideAccessibilityNodeInfo()
/cts/tests/tests/view/src/android/view/cts/
DTouchDelegateTest.java152 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in dispatchMotionEventToActivity()
DWindowTest.java730 downEvent.setSource(InputDevice.SOURCE_TOUCHSCREEN); in injectTouchEvent()
735 upEvent.setSource(InputDevice.SOURCE_TOUCHSCREEN); in injectTouchEvent()
DPointerCaptureTest.java142 event.setSource(InputDevice.SOURCE_MOUSE_RELATIVE); in obtainRelativeMouseEvent()
DKeyEventTest.java724 mKeyEvent.setSource(InputDevice.SOURCE_KEYBOARD); in testAccessSource()
727 mKeyEvent.setSource(InputDevice.SOURCE_HDMI); in testAccessSource()
DTooltipTest.java215 event.setSource(source); in obtainMotionEvent()
DDragDropTest.java244 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in injectMouseWithOffset()
DMotionEventTest.java883 mMotionEventDynamic.setSource(InputDevice.SOURCE_MOUSE); in testIsButtonPressed()
DViewTest.java3682 event.setSource(InputDevice.SOURCE_STYLUS); in testTouchMode()
3689 event.setSource(InputDevice.SOURCE_MOUSE); in testTouchMode()
4305 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in startDragAndDrop()
/cts/tests/tests/security/src/android/security/cts/
DMotionEventTest.java185 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in injectEvent()
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTests.java144 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in injectEvent()
/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityNodeInfoTest.java248 info.setSource(new View(getContext())); // Populates 2 fields: source and window id in fullyPopulateAccessibilityNodeInfo()
/cts/tools/dasm/src/dasm/
Dparser.cup164 {: dAsm.setSource(s.str_val); :}
167 {: dAsm.setSource(w.str_val); :}
Dparser.java2542 dAsm.setSource((/*w*/(str_token)CUP$stack.elementAt(CUP$top-1)).str_val); in CUP$do_action()
2550 dAsm.setSource((/*s*/(str_token)CUP$stack.elementAt(CUP$top-1)).str_val); in CUP$do_action()
DDAsm.java237 void setSource(String name) { in setSource() method in DAsm
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvInputServiceTest.java603 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in verifyCommandDispatchTouchEvent()
623 event.setSource(InputDevice.SOURCE_TRACKBALL); in verifyCommandDispatchTrackballEvent()
/cts/tests/app/src/android/app/cts/
DDialogTest.java466 event.setSource(InputDevice.SOURCE_TOUCHSCREEN); in sendTouchEvent()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java2878 event.setSource(source); in sendSourceKeyDownUp()
2881 event.setSource(source); in sendSourceKeyDownUp()