Home
last modified time | relevance | path

Searched defs:touchData (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DUdfpsControllerTest.java1319 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/
DNormalizedTouchDataTest.kt18 val touchData = TOUCH_DATA.copy(x = testCase.x.toFloat(), y = testCase.y.toFloat()) in <lambda>() constant
DBoundingBoxOverlapDetectorTest.kt35 val touchData = TOUCH_DATA.copy(x = testCase.x.toFloat(), y = testCase.y.toFloat()) in <lambda>() constant
DEllipseOverlapDetectorTest.kt39 val touchData = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/
DTouchProcessorResult.kt37 val touchData: NormalizedTouchData constant in com.android.systemui.biometrics.udfps.TouchProcessorResult.ProcessedTouch
DSinglePointerTouchProcessor.kt46 val touchData = List(event.pointerCount) { event.normalize(it, overlayParams) } in processTouch() constant
/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
DPainting.kt217 val touchData = JSONObject( in loadDevicePressureData() constant
/frameworks/base/core/java/com/android/internal/app/
DPlatLogoActivity.java362 final JSONObject touchData = new JSONObject( in syncTouchPressure() local