Searched defs:transition (Results 1 - 7 of 7) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
H A DTranslationAnimationCreator.java8 import android.transition.Transition;
9 import android.transition.TransitionValues;
17 * shift suddenly when the transition is interrupted.
18 * The original class is android.support.v17.leanback.transition.TranslationAnimationCreator which
21 // Copied from android.support.v17.leanback.transition.TransltaionAnimationCreator
38 float endX, TimeInterpolator interpolator, Transition transition) {
60 transition.addListener(listener);
110 public void onTransitionStart(Transition transition) {} argument
113 public void onTransitionEnd(Transition transition) { argument
118 public void onTransitionCancel(Transition transition) {} argument
37 createAnimation(View view, TransitionValues values, int viewPosX, float startX, float endX, TimeInterpolator interpolator, Transition transition) argument
121 onTransitionPause(Transition transition) argument
124 onTransitionResume(Transition transition) argument
[all...]
H A DSetupAnimationHelper.java25 import android.transition.Transition;
26 import android.transition.TransitionSet;
79 * Sets the edge of the slide transition.
81 * @see android.transition.Slide#setSlideEdge
89 * Sets the duration of the transition.
107 * Sets the ID's of the views which will not be included in the transition.
115 * Builds and returns the {@link android.transition.Transition}.
118 FadeAndShortSlide transition = new FadeAndShortSlide(mSlideEdge, mParentIdForDelay);
119 transition.setDistance(mDistance);
120 transition
133 setLongDistance(FadeAndShortSlide transition) argument
141 setShortDistance(FadeAndShortSlide transition) argument
165 applyAnimationTimeScale(Transition transition) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DBondStateMachine.java128 /* if incoming pairing, transition to pending state */
200 /* this is either none/bonded, remove and transition */
281 private boolean removeBond(BluetoothDevice dev, boolean transition) { argument
287 if (transition) transitionTo(mPendingCommandState);
296 boolean transition) {
311 } else if (transition) {
295 createBond(BluetoothDevice dev, int transport, OobData oobData, boolean transition) argument
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/
H A DSetupFragment.java22 import android.transition.Transition;
23 import android.transition.Transition.TransitionListener;
56 public void onTransitionStart(Transition transition) {
61 public void onTransitionEnd(Transition transition) {
67 public void onTransitionCancel(Transition transition) { }
70 public void onTransitionPause(Transition transition) { }
73 public void onTransitionResume(Transition transition) { }
77 * Returns {@code true} if the enter/reenter transition is running.
84 * Called when the enter/reenter transition ends.
99 // After the transition animatio
138 setEnterTransition(Transition transition) argument
146 setReenterTransition(Transition transition) argument
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DMailboxSelectionActivity.java351 private int replaceFragment(Fragment fragment, int transition, String tag) { argument
353 fragmentTransaction.setTransition(transition);
H A DOnePaneController.java69 * still get feedback on conversation item tap in the transition from TL to CV.
239 final int transition = mConversationListNeverShown
249 transition, TAG_CONVERSATION_LIST, R.id.content_pane);
253 replaceFragment(conversationListFragment, transition, TAG_CONVERSATION_LIST,
352 * @param transition the transition to show
355 * @return transaction ID returned when the transition is committed.
357 private int replaceFragment(Fragment fragment, int transition, String tag, int anchor) { argument
360 fragmentTransaction.setTransition(transition);
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java3974 private int replaceFragment(Fragment fragment, int transition, String tag) { argument
3976 fragmentTransaction.setTransition(transition);

Completed in 382 milliseconds