Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DChooseLockGenericControllerTest.java103 mController.isScreenLockVisible(ScreenLockType.SWIPE)).isFalse(); in isScreenLockVisible_shouldRespectResourceConfig()
110 mController.isScreenLockVisible(ScreenLockType.SWIPE)).isFalse(); in isScreenLockVisible_ManagedProfile_shouldHideInsecure()
126 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isTrue(); in isScreenLockEnabled_Default()
136 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isTrue(); in isScreenLockEnabled_QualityUnspecified()
146 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isFalse(); in isScreenLockEnabled_QualitySomething()
156 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isFalse(); in isScreenLockEnabled_QualityNumeric()
166 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isFalse(); in isScreenLockEnabled_QualityNumericComplex()
176 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isFalse(); in isScreenLockEnabled_QualityAlphabetic()
186 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isFalse(); in isScreenLockEnabled_QualityComplex()
197 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isTrue(); in isScreenLockEnabled_NoneComplexity()
[all …]
/packages/apps/Settings/src/com/android/settings/password/
DScreenLockType.java30 SWIPE( enumConstant
94 return ScreenLockType.SWIPE; in fromQuality()
DChooseLockGenericController.java172 case SWIPE: in isScreenLockVisible()
219 case SWIPE: in getTitle()
DChooseLockTypeDialogFragment.java177 case SWIPE: in getIconForScreenLock()
DChooseLockGeneric.java989 return !(ScreenLockType.SWIPE.preferenceKey.equals(unlockMethod) || in isUnlockMethodSecure()
1000 case SWIPE: in setUnlockMethod()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java95 AnimationState.SWIPE,
107 int SWIPE = 3; // A special state in which text and icon follows the finger movement field
165 if (animationState == AnimationState.SWIPE || animationState == AnimationState.HINT) { in onStart()
273 if (animationState == AnimationState.SWIPE && getContext() != null && isVisible()) { in onProgressChanged()
280 setAnimationState(AnimationState.SWIPE); in onTrackingStart()
535 if (animationState == AnimationState.SWIPE) { in setAnimationState()
570 case AnimationState.SWIPE: in updateAnimationState()
/packages/apps/Settings/tests/unit/src/com/android/settings/password/
DScreenLockTypeTest.java49 .isEqualTo(ScreenLockType.SWIPE); in fromQuality_shouldReturnLockWithAssociatedQuality()