Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DLayoutTransition.java341 public void enableTransitionType(int transitionType) { in enableTransitionType()
368 public void disableTransitionType(int transitionType) { in disableTransitionType()
396 public boolean isTransitionTypeEnabled(int transitionType) { in isTransitionTypeEnabled()
423 public void setStartDelay(int transitionType, long delay) { in setStartDelay()
454 public long getStartDelay(int transitionType) { in getStartDelay()
482 public void setDuration(int transitionType, long duration) { in setDuration()
513 public long getDuration(int transitionType) { in getDuration()
539 public void setStagger(int transitionType, long duration) { in setStagger()
563 public long getStagger(int transitionType) { in getStagger()
587 public void setInterpolator(int transitionType, TimeInterpolator interpolator) { in setInterpolator()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java107 View view, int transitionType) { in startTransition()
120 View view, int transitionType) { in endTransition()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java963 ViewGroup container, View view, int transitionType) { in startTransition()
970 ViewGroup container, View view, int transitionType) { in endTransition()