Searched refs:HINT (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DFlingUpDownMethod.java96 AnimationState.HINT,
108 int HINT = 5; // Jump animation to suggest what to do field in interface:FlingUpDownMethod.AnimationState
163 if (animationState == AnimationState.SWIPE || animationState == AnimationState.HINT) {
399 setAnimationState(AnimationState.HINT);
515 if (state != AnimationState.HINT && animationState == state) {
526 if (state == AnimationState.HINT || state == AnimationState.BOUNCE) {
571 case AnimationState.HINT:
1040 if (!canceled && animationState == AnimationState.HINT) {

Completed in 25 milliseconds