Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
H A DChooseLockGenericControllerTest.java104 mController.isScreenLockVisible(ScreenLockType.SWIPE)).isFalse(); in isScreenLockVisible_shouldRespectResourceConfig()
111 mController.isScreenLockVisible(ScreenLockType.SWIPE)).isFalse(); in isScreenLockVisible_ManagedProfile_shouldHideInsecure()
127 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isTrue(); in isScreenLockEnabled_Default()
137 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isTrue(); in isScreenLockEnabled_QualityUnspecified()
147 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isFalse(); in isScreenLockEnabled_QualitySomething()
157 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isFalse(); in isScreenLockEnabled_QualityNumeric()
167 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isFalse(); in isScreenLockEnabled_QualityNumericComplex()
177 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isFalse(); in isScreenLockEnabled_QualityAlphabetic()
187 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isFalse(); in isScreenLockEnabled_QualityComplex()
208 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isTrue(); in isScreenLockEnabled_NoneComplexity()
[all …]
/aosp12/packages/apps/Settings/src/com/android/settings/password/
H A DScreenLockType.java30 SWIPE( enumConstant
94 return ScreenLockType.SWIPE; in fromQuality()
H A DChooseLockGenericController.java172 case SWIPE: in isScreenLockVisible()
220 case SWIPE: in getTitle()
H A DChooseLockTypeDialogFragment.java177 case SWIPE: in getIconForScreenLock()
H A DChooseLockGeneric.java989 return !(ScreenLockType.SWIPE.preferenceKey.equals(unlockMethod) || in isUnlockMethodSecure()
1000 case SWIPE: in setUnlockMethod()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A 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()
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/password/
H A DScreenLockTypeTest.java49 .isEqualTo(ScreenLockType.SWIPE); in fromQuality_shouldReturnLockWithAssociatedQuality()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.h590 SWIPE, enumerator
616 case Mode::SWIPE: in canGestureAffectWindowFocus()
H A DTouchInputMapper.cpp2460 case PointerGesture::Mode::SWIPE: in dispatchPointerGestures()
2492 mPointerGesture.currentGestureMode == PointerGesture::Mode::SWIPE || in dispatchPointerGestures()
2743 mPointerGesture.lastGestureMode == PointerGesture::Mode::SWIPE || in preparePointerGestures()
3040 mPointerGesture.lastGestureMode != PointerGesture::Mode::SWIPE && in preparePointerGestures()
3184 mPointerGesture.currentGestureMode = PointerGesture::Mode::SWIPE; in preparePointerGestures()
3202 } else if (mPointerGesture.currentGestureMode == PointerGesture::Mode::SWIPE) { in preparePointerGestures()
3241 mPointerGesture.currentGestureMode == PointerGesture::Mode::SWIPE) { in preparePointerGestures()