Searched defs:expandBecauseOfFalsing (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java612 protected void fling(float vel, boolean expand, boolean expandBecauseOfFalsing) { argument
613 fling(vel, expand, 1.0f /* collapseSpeedUpFactor */, expandBecauseOfFalsing);
617 boolean expandBecauseOfFalsing) {
623 flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing);
627 float collapseSpeedUpFactor, boolean expandBecauseOfFalsing) {
644 if (expandBecauseOfFalsing) {
648 if (expandBecauseOfFalsing) {
826 fling(0, false /* expand */, speedUpFactor, false /* expandBecauseOfFalsing */);
835 false /* expandBecauseOfFalsing */);
616 fling(float vel, boolean expand, float collapseSpeedUpFactor, boolean expandBecauseOfFalsing) argument
626 flingToHeight(float vel, boolean expand, float target, float collapseSpeedUpFactor, boolean expandBecauseOfFalsing) argument
H A DNotificationPanelView.java533 float collapseSpeedUpFactor, boolean expandBecauseOfFalsing) {
536 super.flingToHeight(vel, expand, target, collapseSpeedUpFactor, expandBecauseOfFalsing);
532 flingToHeight(float vel, boolean expand, float target, float collapseSpeedUpFactor, boolean expandBecauseOfFalsing) argument

Completed in 106 milliseconds