Home
last modified time | relevance | path

Searched refs:finger (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/services/core/jni/
Dcom_android_server_fingerprint_FingerprintService.cpp101 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/
DHardwareStateConverter_test.cpp136 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/
Denums.proto69 // 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/
DSystemPropertiesTest.java252 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/
DVendor_054c_Product_09cc.idc45 # 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
DVendor_054c_Product_05c4.idc45 # 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
DVendor_03f6_Product_a001.idc20 # batching, leading to bad timestamps that mess up finger velocity calculations.
DVendor_05ac_Product_0265.idc31 # Avoid accidental scroll/move on finger lift
DVendor_004c_Product_0265.idc31 # Avoid accidental scroll/move on finger lift
/frameworks/base/core/java/android/os/
DBuild.java1267 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/
Dinput_extension_atoms.proto171 // 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/
Daccessibility.aconfig95 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/
Dbiometrics_atoms.proto29 * Used for finger placement analysis and tuning of the finger detection algorithms.
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt495 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/
Dglossary.md22 …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/
Dinput_flags.aconfig121 description: "Enable fling scrolling to be stopped by putting a finger on the touchpad again"
/frameworks/base/tools/aapt2/
DConfiguration.proto188 // Whether a touchscreen exists, supports a stylus, or finger.
/frameworks/base/services/tests/servicestests/res/raw-watch/
Da11y_three_finger_swipe_down_gesture.log1 * Gesture6_id30:Swipe down with 3 finger
/frameworks/base/services/tests/servicestests/res/raw/
Da11y_three_finger_swipe_down_gesture.log1 * Gesture6_id30:Swipe down with 3 finger
/frameworks/base/packages/SystemUI/docs/
Dscene.md332 For example, as the user drags their finger down rom the top of the lockscreen,
334 the movement of the finger.