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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNotificationRowLayout.java64 boolean mRemoveViews = true; field in class:NotificationRowLayout
170 if (DEBUG) Log.v(TAG, "onChildDismissed: " + v + " mRemoveViews=" + mRemoveViews);
172 if (veto != null && veto.getVisibility() != View.GONE && mRemoveViews) {
235 mRemoveViews = removeViews;

Completed in 33 milliseconds