| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
| D | UdfpsControllerTest.java | 1319 final NormalizedTouchData touchData = new NormalizedTouchData(0, 0f, 0f, 0f, 0f, 0f, 0L, in givenAcceptFingerDownEvent() local 1349 final NormalizedTouchData touchData = new NormalizedTouchData(0, 0f, 0f, 0f, 0f, 0f, 0L, in onTouch_WithNewTouchDetection_forwardToKeyguard() local 1387 final NormalizedTouchData touchData = new NormalizedTouchData(0, 0f, 0f, 0f, 0f, 0f, 0L, in onTouch_withNewTouchDetection_ignoreIfAuthPaused() local 1431 final NormalizedTouchData touchData = new NormalizedTouchData(0, 0f, 0f, 0f, 0f, 0f, 0L, in onTouch_withNewTouchDetection_pilferPointer() local 1478 final NormalizedTouchData touchData = new NormalizedTouchData(0, 0f, 0f, 0f, 0f, 0f, 0L, in onTouch_withNewTouchDetection_doNotPilferPointer() local 1517 final NormalizedTouchData touchData = new NormalizedTouchData(0, 0f, 0f, 0f, 0f, 0f, 0L, in onTouch_withNewTouchDetection_pilferPointerWhenAltBouncerShowing() local 1557 final NormalizedTouchData touchData = new NormalizedTouchData(0, 0f, 0f, 0f, 0f, 0f, 0L, in onTouch_withNewTouchDetection_doNotProcessTouchWhenPullingUpBouncer() local 1604 final NormalizedTouchData touchData = new NormalizedTouchData(0, 0f, 0f, 0f, 0f, 0f, 0L, in onTouch_withNewTouchDetection_qsDrag_processesTouchWhenAlternateBouncerVisible() local 1717 final NormalizedTouchData touchData = new NormalizedTouchData(0, 0f, 0f, 0f, 0f, 0f, 0L, in aodInterrupt_withNewTouchDetection() local
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/ |
| D | NormalizedTouchDataTest.kt | 18 val touchData = TOUCH_DATA.copy(x = testCase.x.toFloat(), y = testCase.y.toFloat()) in <lambda>() constant
|
| D | BoundingBoxOverlapDetectorTest.kt | 35 val touchData = TOUCH_DATA.copy(x = testCase.x.toFloat(), y = testCase.y.toFloat()) in <lambda>() constant
|
| D | EllipseOverlapDetectorTest.kt | 39 val touchData = in <lambda>() constant
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/ |
| D | TouchProcessorResult.kt | 37 val touchData: NormalizedTouchData constant in com.android.systemui.biometrics.udfps.TouchProcessorResult.ProcessedTouch
|
| D | SinglePointerTouchProcessor.kt | 46 val touchData = List(event.pointerCount) { event.normalize(it, overlayParams) } in processTouch() constant
|
| /frameworks/base/packages/EasterEgg/src/com/android/egg/paint/ |
| D | Painting.kt | 217 val touchData = JSONObject( in loadDevicePressureData() constant
|
| /frameworks/base/core/java/com/android/internal/app/ |
| D | PlatLogoActivity.java | 362 final JSONObject touchData = new JSONObject( in syncTouchPressure() local
|