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

/frameworks/support/transition/src/androidTest/java/androidx/transition/
H A DBaseTransitionTest.java79 void startTransition(final int layoutId) throws Throwable { method in class:BaseTransitionTest
80 startTransition(loadScene(layoutId));
83 private void startTransition(final Scene scene) throws Throwable { method in class:BaseTransitionTest
/frameworks/base/graphics/java/android/graphics/drawable/
H A DTransitionDrawable.java26 * the first and second layer. To start the transition, call {@link #startTransition(int)}. To
110 public void startTransition(int durationMillis) { method in class:TransitionDrawable
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSliceView.java588 public void startTransition(LayoutTransition transition, ViewGroup container, View view, method in class:KeyguardSliceView.SliceViewTransitionListener
/frameworks/base/core/java/android/animation/
H A DLayoutTransition.java968 listener.startTransition(LayoutTransition.this, parent, child,
1272 listener.startTransition(this, parent, child, APPEARING);
1378 listener.startTransition(this, parent, child, DISAPPEARING);
1476 public void startTransition(LayoutTransition transition, ViewGroup container, method in interface:LayoutTransition.TransitionListener
/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java832 protected void startTransition(Runnable runnable) { method in class:ActivityTransitionCoordinator
986 startTransition(pending);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java172 public void startTransition(LayoutTransition transition, ViewGroup container, method in class:NavigationBarView.NavTransitionListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java1040 public void startTransition(LayoutTransition transition, method in class:ZenModePanel.TransitionHelper

Completed in 692 milliseconds