Searched defs:INCOMING (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/anim/
H A DStateTransitionAnimation.java32 public static final Spec INCOMING; field in class:StateTransitionAnimation.Spec
64 INCOMING = new Spec();
65 INCOMING.overlayAlphaFrom = 1f;
66 INCOMING.overlayAlphaTo = 0f;
67 INCOMING.overlayScaleFrom = 1f;
68 INCOMING.overlayScaleTo = 3f;
69 INCOMING.contentAlphaFrom = 0f;
70 INCOMING.contentAlphaTo = 1f;
71 INCOMING.contentScaleFrom = 0.25f;
72 INCOMING
[all...]
/packages/apps/Dialer/java/com/android/incallui/
H A DInCallPresenter.java715 if (newState == InCallState.INCOMING
752 InCallState newState = startOrFinishUi(InCallState.INCOMING);
772 && mInCallState == InCallPresenter.InCallState.INCOMING) {
842 newState = InCallState.INCOMING;
1120 /** INCOMING CALL */
1284 // 1) CallList - Announces existence of new INCOMING call
1286 // - should be set to INCOMING.
1303 final boolean startIncomingCallSequence = (InCallState.INCOMING == newState);
1360 if ((newState == InCallState.INCOMING || newState == InCallState.PENDING_OUTGOING)
1692 INCOMING, enum constant in enum:InCallPresenter.InCallState
[all...]
/packages/apps/Dialer/java/com/android/incallui/call/
H A DDialerCall.java332 return DialerCall.State.INCOMING;
680 if (mState == State.INCOMING) {
885 if (getState() == State.INCOMING) {
1316 public static final int INCOMING = 4; /* A normal incoming phone call */ field in class:DialerCall.State
1332 case INCOMING:
1360 case INCOMING:
1361 return "INCOMING";

Completed in 129 milliseconds