You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What i want is by clicking the area of the pattern lock component to trigger the OnTouchListener which i have set on the root view ( view.setOnTouchListener(new View.OnTouchListener() { } ) in order to get the coordinates of the selected spot . By doing so when i click any other component the listener triggers but when click the area of the pattern lock the listener doesn't trigger.
Note: I have also set the PatterLockViewListener.
The text was updated successfully, but these errors were encountered:
What i want is by clicking the area of the pattern lock component to trigger the OnTouchListener which i have set on the root view ( view.setOnTouchListener(new View.OnTouchListener() { } ) in order to get the coordinates of the selected spot . By doing so when i click any other component the listener triggers but when click the area of the pattern lock the listener doesn't trigger.
Note: I have also set the PatterLockViewListener.
The text was updated successfully, but these errors were encountered: