Home
last modified time | relevance | path

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

12

/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/base/core/java/android/os/
DBuild.java653 String finger = SystemProperties.get("ro.build.fingerprint"); in deriveFingerprint() local
654 if (TextUtils.isEmpty(finger)) { in deriveFingerprint()
655 finger = getString("ro.product.brand") + '/' + in deriveFingerprint()
664 return finger; in deriveFingerprint()
/frameworks/base/docs/html/training/wearables/watch-faces/
Dinteracting.jd76 immediately lifts their finger, the system determines that a single tap took place, and forwards
79 {@code TAP_TYPE_TAP}</a> event. If the user does not immediately lift their finger, the system
125 and responds accordingly. If the event is initial contact by the user's finger,
127 of the finger after contact, it performs the action on which the
128 user tapped. If the event is prolonged contact by the finger, the app
/frameworks/base/docs/html/training/gestures/
Dscale.jd63 (finger), even if additional fingers get placed on the screen. For example,
64 imagine that while dragging the image around, the user places a second finger on
65 the touch screen and lifts the first finger. If your app is just tracking
193 is called when a user is dragging his finger to pan the content.
195 a finger is down; as soon as the finger is lifted from the screen, the gesture either ends,
196 or a fling gesture is started (if the finger was moving with some speed just before it was lifted).
351 * The scale listener, used for handling multi-finger scale gestures.
Dmovement.jd53 <p>Because finger-based touch isn't always the most precise form of interaction,
77 …cal<em>&lt;Value&gt;</em>} methods. History is useful when rendering a trail of the user's finger,
Dindex.jd86 Learn how to detect multi-pointer (finger) gestures.
Dscroll.jd95 finger across the touch screen. Simple dragging is often implemented by overriding
101 drags and lifts her finger quickly. After the user lifts her finger, you generally
Dviewgroup.jd79 {@code MyViewGroup} contains multiple child views. If you drag your finger across
126 // If the user has dragged her finger horizontally more than
Ddetector.jd73 For each sequence of touch events (position, pressure, size, addition of another finger, etc.)
78 the position of the user's finger(s), and ends by capturing the final event of
/frameworks/base/docs/html/tools/studio/
Dstudio-features.jd15 <li><a href="#finger-print">Fingerprint Support</a></li>
120 <h2 id="finger-print">Fingerprint Support</h2>
121 <p>Android Studio provides the {@code finger} command, allowing you to simulate, and thus validate,
135 <p>Enter the <code>finger</code> command to simulate finger touch and removal: </p>
138 … <li><code>finger touch &lt;fingerprint-id&gt;</code> to simulate a finger touching the sensor</li>
139 <li><code>finger remove</code> to simulate finger removal </li>
142 <p>Your app should respond as if a user touched, and then removed their finger from, the
/frameworks/base/docs/html/guide/topics/manifest/
Duses-configuration-element.jd24 …android:<a href="#touch">reqTouchScreen</a>=["undefined" | "notouch" | "stylus" | "finger"] /&gt;<…
157 <td>"{@code finger}"</td>
158 <td>The application requires a touch screen that can be operated with a finger.
Duses-feature-element.jd796 with a fake touch interface will not support all two-finger gestures, because the input is
797 being transformed to cursor movement on the screen. That is, single finger gestures on such a device
798 move a cursor; two-finger swipes will result in single-finger touch events; other two-finger
799 gestures will result in the corresponding two-finger touch event. An example device that supports
813 with a fake touch interface will not support all five-finger gestures, because the input is being
814 transformed to cursor movement on the screen. That is, single finger gestures on such a device move
815 a cursor; multi-finger gestures will result in single-finger touch events; other multi-finger
816 gestures will result in the corresponding multi-finger touch event. An example device that supports
836 <p>If you require more complex touch interaction, such as multi-finger gestures, you
/frameworks/base/docs/html/design/wear/
Dcreative-vision.jd48 …re based around touch swipes or voice, and inputs requiring fine-grained finger movements are avoi…
Dwatchfaces.jd344 …height="196" alt="The watch face should show where the user’s finger has made contact." style="mar…
350 <p>Provide visual feedback when the user’s finger touches down on the watch face. The tap
351 event does not trigger until the user lifts their finger, but visual feedback on touchdown helps
/frameworks/base/docs/html/training/displaying-bitmaps/
Dindex.jd67 more potentially off-screen ready to show at the flick of a finger.</li>
/frameworks/base/docs/html-intl/intl/ru/preview/
Dapi-overview.jd134 adb -e emu finger touch &lt;finger_id&gt;
137 {@code finger touch &lt;finger_id&gt;}.
/frameworks/base/docs/html-intl/intl/zh-cn/preview/
Dapi-overview.jd134 adb -e emu finger touch &lt;finger_id&gt;
137 {@code finger touch &lt;finger_id&gt;} 参数的 {@code telnet 127.0.0.1 &lt;emulator-id&gt;} 命令。
/frameworks/base/docs/html-intl/intl/zh-tw/preview/
Dapi-overview.jd134 adb -e emu finger touch &lt;finger_id&gt;
137 {@code finger touch &lt;finger_id&gt;}。
/frameworks/base/docs/html-intl/intl/ko/preview/
Dapi-overview.jd134 adb -e emu finger touch &lt;finger_id&gt;
136 <p>Windows에서는 {@code telnet 127.0.0.1 &lt;emulator-id&gt;}에 뒤이어 {@code finger touch &lt;finger_id&g…
/frameworks/base/docs/html-intl/intl/ja/preview/
Dapi-overview.jd134 adb -e emu finger touch &lt;finger_id&gt;
137 {@code finger touch &lt;finger_id&gt;} の順に実行する必要がある場合があります。
/frameworks/base/docs/html/training/graphics/opengl/
Dtouch.jd159 <p>When you have completed the steps described above, run the program and drag your finger over the
/frameworks/base/docs/html/design/patterns/
Daccessibility.jd31 …k, allowing you to touch your device's screen and hear what's under your finger via spoken feedbac…
/frameworks/base/docs/html/tools/revisions/
Dstudio.jd111 <li>Added the <code>finger</code> command in the emulator console to simulate
112 <a href="{@docRoot}tools/studio/studio-features.html#finger-print">fingerprint</a>
/frameworks/base/docs/html/ndk/reference/
Dgroup___input.jd811 … touch pad, reports the approximate pressure applied to the surface by a finger or other tool. The…
840 …the major axis of an ellipse that represents the size of the approaching finger or tool used to ma…
841 …the major axis of an ellipse that represents the size of the approaching finger or tool used to ma…
849 …the minor axis of an ellipse that represents the size of the approaching finger or tool used to ma…
850 …the minor axis of an ellipse that represents the size of the approaching finger or tool used to ma…
858finger or tool in radians relative to the vertical plane of the device. An angle of 0 radians indi…
1063 <p>finger </p>
2745 …event. For touch events, clients can use this to determine if the user's finger was touching the e…
2878 …to the left. The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians (fi…
3043 …revious motion event. The tool area represents the estimated size of the finger or pen that is tou…
[all …]
/frameworks/base/docs/html/training/implementing-navigation/
Dlateral.jd40 a horizontal finger gesture (a pattern sometimes known as horizontal paging). This lesson teaches

12