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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletTicker.java241 View view, int transitionType) {}
244 View view, int transitionType) {
240 startTransition(LayoutTransition transition, ViewGroup container, View view, int transitionType) argument
243 endTransition(LayoutTransition transition, ViewGroup container, View view, int transitionType) argument
/frameworks/base/core/java/android/animation/
H A DLayoutTransition.java319 * Enables the specified transitionType for this LayoutTransition object.
324 * {@link #CHANGING} transitionType.
326 * @param transitionType One of {@link #CHANGE_APPEARING}, {@link #CHANGE_DISAPPEARING},
329 public void enableTransitionType(int transitionType) { argument
330 switch (transitionType) {
350 * Disables the specified transitionType for this LayoutTransition object.
353 * @param transitionType One of {@link #CHANGE_APPEARING}, {@link #CHANGE_DISAPPEARING},
356 public void disableTransitionType(int transitionType) { argument
357 switch (transitionType) {
377 * Returns whether the specified transitionType i
384 isTransitionTypeEnabled(int transitionType) argument
411 setStartDelay(int transitionType, long delay) argument
442 getStartDelay(int transitionType) argument
470 setDuration(int transitionType, long duration) argument
501 getDuration(int transitionType) argument
527 setStagger(int transitionType, long duration) argument
551 getStagger(int transitionType) argument
575 setInterpolator(int transitionType, TimeInterpolator interpolator) argument
606 getInterpolator(int transitionType) argument
653 setAnimator(int transitionType, Animator animator) argument
682 getAnimator(int transitionType) argument
1089 cancel(int transitionType) argument
1451 startTransition(LayoutTransition transition, ViewGroup container, View view, int transitionType) argument
1466 endTransition(LayoutTransition transition, ViewGroup container, View view, int transitionType) argument
[all...]
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java3419 * @param transitionType The transition behavior in JAVA layer
3423 int getVideoTransitionBehaviour(int transitionType) { argument
3425 switch (transitionType) {

Completed in 148 milliseconds