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 | 189 public void collapsePanel(boolean animate, boolean delayed, float speedUpFactor) { in collapsePanel() argument 193 pv.collapse(delayed, speedUpFactor); in collapsePanel()
|
D | PanelView.java | 945 public void collapse(boolean delayed, float speedUpFactor) { in collapse() argument 954 mNextCollapseSpeedUpFactor = speedUpFactor; in collapse() 957 fling(0, false /* expand */, speedUpFactor, false /* expandBecauseOfFalsing */); in collapse()
|
D | StatusBarKeyguardViewManager.java | 828 public void animateCollapsePanels(float speedUpFactor) { in animateCollapsePanels() argument 830 false /* delayed */, speedUpFactor); in animateCollapsePanels()
|
D | NotificationPanelView.java | 803 public void collapse(boolean delayed, float speedUpFactor) { in collapse() argument 812 super.collapse(delayed, speedUpFactor); in collapse()
|
D | StatusBar.java | 1879 float speedUpFactor) { in animateCollapsePanels() argument 1905 mStatusBarView.collapsePanel(true /* animate */, delayed, speedUpFactor); in animateCollapsePanels()
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/ |
D | CarStatusBar.java | 599 float speedUpFactor) { in animateCollapsePanels() argument 600 super.animateCollapsePanels(flags, force, delayed, speedUpFactor); in animateCollapsePanels() 606 mStatusBarView.collapsePanel(true /* animate */, delayed, speedUpFactor); in animateCollapsePanels()
|