Searched refs:expandBecauseOfFalsing (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 697 protected void fling(float vel, boolean expand, boolean expandBecauseOfFalsing) { in fling() argument 698 fling(vel, expand, 1.0f /* collapseSpeedUpFactor */, expandBecauseOfFalsing); in fling() 702 boolean expandBecauseOfFalsing) { in fling() argument 708 flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing); in fling() 712 float collapseSpeedUpFactor, boolean expandBecauseOfFalsing) { in flingToHeight() argument 729 if (expandBecauseOfFalsing && vel < 0) { in flingToHeight()
|
D | NotificationPanelView.java | 590 float collapseSpeedUpFactor, boolean expandBecauseOfFalsing) { in flingToHeight() argument 593 super.flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing); in flingToHeight()
|