Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DLockscreenHelper.java370 Point[] coordinateArray = new Point[unlockPattern.length()]; in unlockDeviceWithPattern() local
372 coordinateArray[i] = calculateCoordinatesForPatternDot(unlockPattern.charAt(i), in unlockDeviceWithPattern()
376 mDevice.swipe(coordinateArray, 50); in unlockDeviceWithPattern()
389 Point[] coordinateArray = new Point[unlockPattern.length()]; in enterPatternLockOnceForSettingLock() local
391 coordinateArray[i] = calculateCoordinatesForPatternDot(unlockPattern.charAt(i), in enterPatternLockOnceForSettingLock()
395 mDevice.swipe(coordinateArray, 50); in enterPatternLockOnceForSettingLock()