Searched refs:expandBecauseOfFalsing (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 728 protected void fling(float vel, boolean expand, boolean expandBecauseOfFalsing) { in fling() argument 729 fling(vel, expand, 1.0f /* collapseSpeedUpFactor */, expandBecauseOfFalsing); in fling() 733 boolean expandBecauseOfFalsing) { in fling() argument 739 flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing); in fling() 743 float collapseSpeedUpFactor, boolean expandBecauseOfFalsing) { in flingToHeight() argument 760 if (expandBecauseOfFalsing && vel < 0) { in flingToHeight()
|
D | NotificationPanelView.java | 688 float collapseSpeedUpFactor, boolean expandBecauseOfFalsing) { in flingToHeight() argument 691 super.flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing); in flingToHeight()
|