/frameworks/base/services/core/jni/ |
D | com_android_server_fingerprint_FingerprintService.cpp | 101 arg1 = msg.data.authenticated.finger.fid; in hal_notify_callback() 102 arg2 = msg.data.authenticated.finger.gid; in hal_notify_callback() 109 arg1 = msg.data.enroll.finger.fid; in hal_notify_callback() 110 arg2 = msg.data.enroll.finger.gid; in hal_notify_callback() 114 arg1 = msg.data.removed.finger.fid; in hal_notify_callback() 115 arg2 = msg.data.removed.finger.gid; in hal_notify_callback() 173 fingerprint_finger_id_t finger; in nativeRemove() local 174 finger.fid = fingerId; in nativeRemove() 175 finger.gid = groupId; in nativeRemove() 176 int ret = gContext.device->remove(gContext.device, finger); in nativeRemove()
|
/frameworks/native/services/inputflinger/tests/ |
D | HardwareStateConverter_test.cpp | 136 const FingerState& finger = state.fingers[0]; in TEST_F() local 137 EXPECT_EQ(123, finger.tracking_id); in TEST_F() 138 EXPECT_NEAR(50, finger.position_x, EPSILON); in TEST_F() 139 EXPECT_NEAR(100, finger.position_y, EPSILON); in TEST_F() 140 EXPECT_NEAR(5, finger.touch_major, EPSILON); in TEST_F() 141 EXPECT_NEAR(4, finger.touch_minor, EPSILON); in TEST_F() 142 EXPECT_NEAR(42, finger.pressure, EPSILON); in TEST_F() 143 EXPECT_NEAR(2, finger.orientation, EPSILON); in TEST_F() 144 EXPECT_EQ(0u, finger.flags); in TEST_F()
|
/frameworks/proto_logging/stats/enums/hardware/biometrics/ |
D | enums.proto | 69 // No finger entered or left the sensor area. 71 // A finger entered the sensor area. 73 // A finger left the sensor area. 75 // The touch reporting has stopped. If there was a finger on the sensor, it may or may not
|
/frameworks/base/core/tests/systemproperties/src/android/os/ |
D | SystemPropertiesTest.java | 252 final String finger = SystemProperties.digestOf("ro.build.fingerprint"); in testDigestOf() local 259 assertTrue(Objects.equals(finger, SystemProperties.digestOf("ro.build.fingerprint"))); in testDigestOf() 262 assertFalse(Objects.equals(empty, finger)); in testDigestOf() 264 assertFalse(Objects.equals(finger, fingerBrand)); in testDigestOf()
|
/frameworks/base/data/keyboards/ |
D | Vendor_054c_Product_09cc.idc | 45 # This uneven timing causes the apparent speed of a finger (calculated using 49 # splits the finger's single movement into many small movements of consecutive 51 # fingers, it prevents tapping to click because it thinks the finger's moving
|
D | Vendor_054c_Product_05c4.idc | 45 # This uneven timing causes the apparent speed of a finger (calculated using 49 # splits the finger's single movement into many small movements of consecutive 51 # fingers, it prevents tapping to click because it thinks the finger's moving
|
D | Vendor_03f6_Product_a001.idc | 20 # batching, leading to bad timestamps that mess up finger velocity calculations.
|
D | Vendor_05ac_Product_0265.idc | 31 # Avoid accidental scroll/move on finger lift
|
D | Vendor_004c_Product_0265.idc | 31 # Avoid accidental scroll/move on finger lift
|
/frameworks/base/core/java/android/os/ |
D | Build.java | 1267 String finger = SystemProperties.get("ro.build.fingerprint"); in deriveFingerprint() local 1268 if (TextUtils.isEmpty(finger)) { in deriveFingerprint() 1269 finger = getString("ro.product.brand") + '/' + in deriveFingerprint() 1278 return finger; in deriveFingerprint()
|
/frameworks/proto_logging/stats/atoms/input/ |
D | input_extension_atoms.proto | 171 // The number of two-finger swipes recognized by the framework. 173 // The number of three-finger swipes recognized by the framework. 175 // The number of four-finger swipes recognized by the framework.
|
/frameworks/base/services/accessibility/ |
D | accessibility.aconfig | 95 description: "Whether to enable multi-finger-multi-tap gesture for magnification" 102 description: "Whether to allow easy-mode (one finger panning gesture) for magnification"
|
/frameworks/proto_logging/stats/atoms/hardware/biometrics/ |
D | biometrics_atoms.proto | 29 * Used for finger placement analysis and tuning of the finger detection algorithms.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/ |
D | KeyguardPreviewRenderer.kt | 495 val finger = in <lambda>() constant 505 finger.id = R.id.lock_icon_view in <lambda>() 506 parentView.addView(finger) in <lambda>() 525 parentView.addView(finger, fingerprintLayoutParams) in <lambda>()
|
/frameworks/base/packages/SystemUI/docs/device-entry/ |
D | glossary.md | 22 …d an active authentication method since users need to actively put their finger on the fingerprint… 30 … include:<ul><li> sliding finger on the screen to the UDFPS area to being authentication (as oppos…
|
/frameworks/native/libs/input/ |
D | input_flags.aconfig | 121 description: "Enable fling scrolling to be stopped by putting a finger on the touchpad again"
|
/frameworks/base/tools/aapt2/ |
D | Configuration.proto | 188 // Whether a touchscreen exists, supports a stylus, or finger.
|
/frameworks/base/services/tests/servicestests/res/raw-watch/ |
D | a11y_three_finger_swipe_down_gesture.log | 1 * Gesture6_id30:Swipe down with 3 finger
|
/frameworks/base/services/tests/servicestests/res/raw/ |
D | a11y_three_finger_swipe_down_gesture.log | 1 * Gesture6_id30:Swipe down with 3 finger
|
/frameworks/base/packages/SystemUI/docs/ |
D | scene.md | 332 For example, as the user drags their finger down rom the top of the lockscreen, 334 the movement of the finger.
|