
A extension to make pattern locks so that no unwanted user can access your app 😉.
Downloads
111
Views
260
Reactions
1
Docs
| PathEndAnimationDuration | number | Change the duration of the path end animaiton |
| TactileFeedbackEnabled | boolean | Enables vibration feedback when the pattern is drawn. |
| DotAnimationDuration | number | Change the duration of the animating dots. |
| DotSelectedSize | number | Change the size of the dots in selected state. |
| WrongStateColor | number | Set the color of the pattern view in wrong state. |
| InputEnabled | boolean | Disables any input from the pattern lock view completely. |
| PATTERN_VIEW_MODE_CORRECT | number | This state represents a correctly drawn pattern by the user. The color of the path and the dots both would be changed to this color. |
| PatternViewMode | number | Set the current view mode. |
| StealthMode | boolean | Set the pattern in stealth mode (pattern drawing is hidden). |
| PATTERN_VIEW_MODE_WRONG | number | This state represents a wrongly drawn pattern by the user. The color of the path and the dots both would be changed to this color. |
| NormalStateColor | number | Set the color of the pattern view in normal state. |
| PathWidth | number | Change the width of the path. |
| CorrectStateColor | number | Set the color of the pattern view in correct state. |
| DotCount | number | Change the no.of dots in a row (or column). |
| PATTERN_VIEW_MODE_DEMO | number | Automatically draw the pattern for demo or tutorial purposes. |
| DotNormalSize | number | Get the property set for dot normal size. |
Returns the sum of the given list of integers.
Rendering block preview…
| arrangement | component |
Clears the current pattern that is set in patter lock view.
Rendering block preview…
Triggers when user starts drawing pattern.
Rendering block preview…
Triggers when user has changed the pattern while drawing.
Rendering block preview…
| patternInString | text |
Triggers when user completes the pattern. Use the patternInString to save this pattern and compare in future use.
Rendering block preview…
| patternInString | text |
Triggers when the pattern is cleared successfully.
Rendering block preview…
Thank you
Releases
com.aktech.patternlock.aix
25 KB
Dec 30, 2021
AIX package
Release notes not provided.