Searched refs:mEnableNotificationClipping (Results 1 – 2 of 2) sorted by relevance
82 private boolean mEnableNotificationClipping; field in NotificationShelf153 mEnableNotificationClipping = res.getBoolean(R.bool.notification_enable_clipping); in updateResources()689 mEnableNotificationClipping ? (int) (viewEnd - notificationClipEnd) : 0;
63 private boolean mEnableNotificationClipping; field in StackScrollAlgorithm97 mEnableNotificationClipping = res.getBoolean(R.bool.notification_enable_clipping); in updateResources()360 state.clipBottomAmount = mEnableNotificationClipping ? (int) overlapAmount : 0; in updateClipping()