HomeSort by relevance Sort by last modified time
    Searched refs:OUTGOING (Results 1 - 9 of 9) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
StateTransitionAnimation.java 31 public static final Spec OUTGOING;
54 OUTGOING = new Spec();
55 OUTGOING.backgroundAlphaFrom = 0.5f;
56 OUTGOING.backgroundAlphaTo = 0f;
57 OUTGOING.backgroundScaleFrom = 1f;
58 OUTGOING.backgroundScaleTo = 0f;
59 OUTGOING.contentAlphaFrom = 0.5f;
60 OUTGOING.contentAlphaTo = 1f;
61 OUTGOING.contentScaleFrom = 3f;
62 OUTGOING.contentScaleTo = 1f
    [all...]
  /packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
ProximitySensorTest.java 54 proximitySensor.onStateChange(null, InCallState.OUTGOING, mCallList.getCallList());
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
InCallPresenter.java 690 * changes from being connected (incoming/outgoing/active) to disconnected.
736 newState = InCallState.OUTGOING;
746 return InCallState.OUTGOING;
766 mInCallState = InCallState.OUTGOING;
    [all...]
CallButtonPresenter.java 101 if (newState == InCallState.OUTGOING) {
108 // OUTGOING. We may want to do that once we start showing "Voice mail" label on
111 if (oldState == InCallState.OUTGOING && mCall != null) {
ProximitySensor.java 108 boolean isOffhook = (InCallState.OUTGOING == newState) || hasOngoingCall;
VideoPauseController.java 150 } else if (newState == InCallState.OUTGOING) {
168 // Bring UI to foreground if outgoing request becomes active while UI is in
264 * the outgoing video.
280 * outgoing video.
CallCardPresenter.java 226 } else if (newState == InCallState.PENDING_OUTGOING || newState == InCallState.OUTGOING) {
232 // getCallToDisplay doesn't go through outgoing or incoming calls. It will return the
    [all...]
VideoCallPresenter.java 437 } else if (newState == InCallPresenter.InCallState.OUTGOING) {
752 * outgoing video surfaces. The outgoing video surface is shown any time video is transmitting.
803 * Determines if the outgoing video surface should be shown based on the current videoState.
807 * @return {@code true} if the the outgoing video surface should be shown, {@code false}
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 

Completed in 8480 milliseconds