History log of /packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintFindSensorAnimation.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8298b47f0081294cb646852573bf50273440f98c 12-Jan-2016 Udam Saini <udam@google.com> Fixes animation video from not playing after onStop

Adds a pause command that doesn't destroy the video surface, and calls
onStop when we want to destroy the media player.

bug:26516460
Change-Id: If46d26088e81fdca6a73a663a48901bb5245acc8
/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintFindSensorAnimation.java
c1f72f9169da78e1cab09d01912d0124fef3b6ee 20-Nov-2015 Jim Miller <jaggies@google.com> Allow animation movie for "find the sensor" flow

This adds an optional overlay to specify a per-device
movie to illustrate enrolling a fingerprint. To enable,
create a new layout overlay for
fingerprint_enroll_find_sensor_graphic.xml using
FingerprintLocationAnimationVideoView

Fixes bug 22954305

Change-Id: I59294f71617ecf7a9bf09603fc0b068cc5aa8ff9
/packages/apps/Settings/src/com/android/settings/fingerprint/FingerprintFindSensorAnimation.java