Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DLayoutTransition.java348 public void enableTransitionType(int transitionType) { in enableTransitionType()
375 public void disableTransitionType(int transitionType) { in disableTransitionType()
403 public boolean isTransitionTypeEnabled(int transitionType) { in isTransitionTypeEnabled()
430 public void setStartDelay(int transitionType, long delay) { in setStartDelay()
461 public long getStartDelay(int transitionType) { in getStartDelay()
489 public void setDuration(int transitionType, long duration) { in setDuration()
520 public long getDuration(int transitionType) { in getDuration()
546 public void setStagger(int transitionType, long duration) { in setStagger()
570 public long getStagger(int transitionType) { in getStagger()
594 public void setInterpolator(int transitionType, TimeInterpolator interpolator) { in setInterpolator()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java1041 ViewGroup container, View view, int transitionType) { in startTransition()
1048 ViewGroup container, View view, int transitionType) { in endTransition()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java165 View view, int transitionType) { in startTransition()
178 View view, int transitionType) { in endTransition()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityMetricsLogger.java1103 convertTransitionTypeToLaunchObserverTemperature(int transitionType) { in convertTransitionTypeToLaunchObserverTemperature()