Searched refs:speedUpFactor (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | FlingAnimationUtils.java | 69 public FlingAnimationUtils(Context ctx, float maxLengthSeconds, float speedUpFactor) { in FlingAnimationUtils() argument 70 this(ctx, maxLengthSeconds, speedUpFactor, -1.0f, 1.0f); in FlingAnimationUtils() 82 public FlingAnimationUtils(Context ctx, float maxLengthSeconds, float speedUpFactor, float x2, in FlingAnimationUtils() argument 85 mSpeedUpFactor = speedUpFactor; in FlingAnimationUtils()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelBar.java | 198 public void collapsePanel(boolean animate, boolean delayed, float speedUpFactor) { in collapsePanel() argument 202 pv.collapse(delayed, speedUpFactor); in collapsePanel()
|
D | PanelView.java | 953 public void collapse(boolean delayed, float speedUpFactor) { in collapse() argument 962 mNextCollapseSpeedUpFactor = speedUpFactor; in collapse() 965 fling(0, false /* expand */, speedUpFactor, false /* expandBecauseOfFalsing */); in collapse()
|
D | StatusBarKeyguardViewManager.java | 903 public void animateCollapsePanels(float speedUpFactor) { in animateCollapsePanels() argument 905 false /* delayed */, speedUpFactor); in animateCollapsePanels()
|
D | NotificationPanelView.java | 948 public void collapse(boolean delayed, float speedUpFactor) { in collapse() argument 957 super.collapse(delayed, speedUpFactor); in collapse()
|
D | StatusBar.java | 1956 float speedUpFactor) { in animateCollapsePanels() argument 1982 mStatusBarView.collapsePanel(true /* animate */, delayed, speedUpFactor); in animateCollapsePanels()
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/ |
D | CarStatusBar.java | 919 float speedUpFactor) { in animateCollapsePanels() argument 920 super.animateCollapsePanels(flags, force, delayed, speedUpFactor); in animateCollapsePanels() 926 mStatusBarView.collapsePanel(true /* animate */, delayed, speedUpFactor); in animateCollapsePanels()
|