Searched refs:CHANGE_APPEARING (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DLayoutTransition.java55 * <p>By default, the DISAPPEARING animation begins immediately, as does the CHANGE_APPEARING
77 * CHANGE_APPEARING animation animates the <code>left</code>, <code>top</code>, <code>right</code>,
92 * particular issue by disabling the 'changing' animations by setting the CHANGE_APPEARING
102 public static final int CHANGE_APPEARING = 0; field in class:LayoutTransition
339 * @param transitionType One of {@link #CHANGE_APPEARING}, {@link #CHANGE_DISAPPEARING},
350 case CHANGE_APPEARING:
366 * @param transitionType One of {@link #CHANGE_APPEARING}, {@link #CHANGE_DISAPPEARING},
377 case CHANGE_APPEARING:
393 * @param transitionType One of {@link #CHANGE_APPEARING}, {@link #CHANGE_DISAPPEARING},
403 case CHANGE_APPEARING
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java377 lt.enableTransitionType(LayoutTransition.CHANGE_APPEARING);
382 lt.disableTransitionType(LayoutTransition.CHANGE_APPEARING);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java698 transition.setDuration(LayoutTransition.CHANGE_APPEARING, 100);
699 // CHANGE_APPEARING plays after CHANGE_APPEARING

Completed in 87 milliseconds