Searched refs:expandBecauseOfFalsing (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 722 protected void fling(float vel, boolean expand, boolean expandBecauseOfFalsing) { in fling() argument 723 fling(vel, expand, 1.0f /* collapseSpeedUpFactor */, expandBecauseOfFalsing); in fling() 727 boolean expandBecauseOfFalsing) { in fling() argument 733 flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing); in fling() 737 float collapseSpeedUpFactor, boolean expandBecauseOfFalsing) { in flingToHeight() argument 754 if (expandBecauseOfFalsing && vel < 0) { in flingToHeight()
|
D | NotificationPanelView.java | 1014 float collapseSpeedUpFactor, boolean expandBecauseOfFalsing) { in flingToHeight() argument 1017 super.flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing); in flingToHeight()
|