Home
last modified time | relevance | path

Searched refs:mEnableNotificationClipping (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java82 private boolean mEnableNotificationClipping; field in NotificationShelf
153 mEnableNotificationClipping = res.getBoolean(R.bool.notification_enable_clipping); in updateResources()
689 mEnableNotificationClipping ? (int) (viewEnd - notificationClipEnd) : 0;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java63 private boolean mEnableNotificationClipping; field in StackScrollAlgorithm
97 mEnableNotificationClipping = res.getBoolean(R.bool.notification_enable_clipping); in updateResources()
360 state.clipBottomAmount = mEnableNotificationClipping ? (int) overlapAmount : 0; in updateClipping()