Searched refs:mSuppressStatusBarDrags (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java247 private boolean mSuppressStatusBarDrags; // while a cling is up, briefly deaden the bar to give things time to settle field in class:PhoneStatusBar
1730 mSuppressStatusBarDrags = false;
1742 mSuppressStatusBarDrags = true;
1772 mSuppressStatusBarDrags = false;
1811 if (mSuppressStatusBarDrags) {

Completed in 50 milliseconds