Home
last modified time | relevance | path

Searched refs:mUseRoundnessSourceTypes (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java70 private boolean mUseRoundnessSourceTypes; field in NotificationRoundnessManager
85 mUseRoundnessSourceTypes = featureFlags.isEnabled(Flags.USE_ROUNDNESS_SOURCETYPES); in NotificationRoundnessManager()
104 if (mUseRoundnessSourceTypes) return; in updateView()
121 if (mUseRoundnessSourceTypes) return false; in updateViewWithoutCallback()
151 if (mUseRoundnessSourceTypes) return false; in isFirstInSection()
161 if (mUseRoundnessSourceTypes) return false; in isLastInSection()
184 if (mUseRoundnessSourceTypes) { in setViewsAffectedBySwipe()
233 if (mUseRoundnessSourceTypes) return 0f; in getRoundnessDefaultValue()
280 if (mUseRoundnessSourceTypes) return; in setExpanded()
289 if (mUseRoundnessSourceTypes) return; in updateRoundedChildren()
[all …]
DNotificationChildrenContainer.java136 private boolean mUseRoundnessSourceTypes; field in NotificationChildrenContainer
318 if (!mUseRoundnessSourceTypes) { in addNotification()
332 if (mUseRoundnessSourceTypes) { in addNotification()
369 if (mUseRoundnessSourceTypes) {
399 mNotificationHeaderWrapper.useRoundnessSourceTypes(mUseRoundnessSourceTypes);
400 if (mUseRoundnessSourceTypes) {
441 mUseRoundnessSourceTypes
443 if (mUseRoundnessSourceTypes) {
881 if (mUseRoundnessSourceTypes && translation != 0f) {
1434 if (mUseRoundnessSourceTypes) {
[all …]
DNotificationSwipeHelper.java72 private final boolean mUseRoundnessSourceTypes; field in NotificationSwipeHelper
85 mUseRoundnessSourceTypes = featureFlags.isEnabled(Flags.USE_ROUNDNESS_SOURCETYPES); in NotificationSwipeHelper()
323 if (mUseRoundnessSourceTypes in prepareDismissAnimation()
DNotificationStackScrollLayoutController.java189 private final boolean mUseRoundnessSourceTypes; field in NotificationStackScrollLayoutController
593 if (!mUseRoundnessSourceTypes) {
602 if (!mUseRoundnessSourceTypes) {
618 if (!mUseRoundnessSourceTypes) {
713 mUseRoundnessSourceTypes = featureFlags.isEnabled(Flags.USE_ROUNDNESS_SOURCETYPES); in NotificationStackScrollLayoutController()
780 if (!mUseRoundnessSourceTypes) { in attach()
1757 if (!mUseRoundnessSourceTypes) {
DStackScrollAlgorithm.java78 private boolean mUseRoundnessSourceTypes; field in StackScrollAlgorithm
847 if (mUseRoundnessSourceTypes) { in clampHunToMaxTranslation()
995 mUseRoundnessSourceTypes = enabled; in useRoundnessSourceTypes()
DNotificationStackScrollLayout.java202 private final boolean mUseRoundnessSourceTypes; field in NotificationStackScrollLayout
613 mUseRoundnessSourceTypes = featureFlags.isEnabled(Flags.USE_ROUNDNESS_SOURCETYPES); in NotificationStackScrollLayout()
3103 if (!mUseRoundnessSourceTypes) { in updateFirstAndLastBackgroundViews()
3550 stackScrollAlgorithm.useRoundnessSourceTypes(mUseRoundnessSourceTypes); in createStackScrollAlgorithm()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java74 private boolean mUseRoundnessSourceTypes; field in NotificationHeaderViewWrapper
124 if (mUseRoundnessSourceTypes && mRoundnessChangedListener != null) { in applyRoundnessAndInvalidate()
369 mUseRoundnessSourceTypes = enabled; in useRoundnessSourceTypes()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java80 private final boolean mUseRoundnessSourceTypes; field in HeadsUpAppearanceController
129 mUseRoundnessSourceTypes = featureFlags.isEnabled(Flags.USE_ROUNDNESS_SOURCETYPES); in HeadsUpAppearanceController()
405 if (mUseRoundnessSourceTypes) { in updateHeadsUpAndPulsingRoundness()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java146 protected boolean mUseRoundnessSourceTypes; field in ActivatableNotificationView
798 mUseRoundnessSourceTypes = enabled; in useRoundnessSourceTypes()
804 if (mUseRoundnessSourceTypes && !mOnDetachResetRoundness.isEmpty()) { in onDetachedFromWindow()
DExpandableNotificationRow.java884 if (!mUseRoundnessSourceTypes) {
902 if (!mUseRoundnessSourceTypes) {
960 if (mUseRoundnessSourceTypes) {
1081 if (mUseRoundnessSourceTypes) {
1910 mChildrenContainer.useRoundnessSourceTypes(mUseRoundnessSourceTypes);
2334 if (!mUseRoundnessSourceTypes && mExpandAnimationRunning) {
2343 if (!mUseRoundnessSourceTypes && mExpandAnimationRunning) {
3522 if (mUseRoundnessSourceTypes) {
3766 mChildrenContainer.useRoundnessSourceTypes(mUseRoundnessSourceTypes);
3779 if (mUseRoundnessSourceTypes) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java126 if (!mUseRoundnessSourceTypes) { in onFinishInflate()
519 if (mUseRoundnessSourceTypes) {
526 if (!mUseRoundnessSourceTypes && anv.isFirstInSection()) {
540 if (!mUseRoundnessSourceTypes && anv.isLastInSection()) {