Searched refs:testPointer (Results 1 – 2 of 2) sorted by relevance
/cts/tests/input/src/android/input/cts/ |
D | MultiTouchTest.kt | 89 val testPointer = getPositionInView(activity.window.decorView) in testMultiTouch() constant 90 val firstPointerInScreen = getViewPointerOnScreen(activity.window.decorView, testPointer) in testMultiTouch() 91 val secondPointer = PointF(testPointer.x + 10, testPointer.y + 10) in testMultiTouch() 97 allOf(withMotionAction(MotionEvent.ACTION_DOWN), withCoords(testPointer)) in testMultiTouch() 100 allOf(withMotionAction(MotionEvent.ACTION_MOVE), withCoords(testPointer)) in testMultiTouch() 115 allOf(withMotionAction(MotionEvent.ACTION_UP), withCoords(testPointer)) in testMultiTouch()
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/ |
D | BaseHdmiCecCtsTest.java | 120 public static TestRule requiresCec(BaseHostJUnit4Test testPointer) { in requiresCec() argument 121 return new RequiredFeatureRule(testPointer, HdmiCecConstants.HDMI_CEC_FEATURE); in requiresCec() 124 public static TestRule requiresLeanback(BaseHostJUnit4Test testPointer) { in requiresLeanback() argument 125 return new RequiredFeatureRule(testPointer, HdmiCecConstants.LEANBACK_FEATURE); in requiresLeanback() 129 BaseHostJUnit4Test testPointer, @CecDeviceType int dutDeviceType) { in requiresDeviceType() argument 131 testPointer, in requiresDeviceType() 136 BaseHostJUnit4Test testPointer, boolean arcSupport) { in requiresArcSupport() argument 138 testPointer, in requiresArcSupport() 145 BaseHostJUnit4Test testPointer, @CecDeviceType int deviceType) { in skipDeviceType() argument 147 testPointer, in skipDeviceType() [all …]
|