/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationRoundnessManager.java | 70 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 …]
|
D | NotificationChildrenContainer.java | 136 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 …]
|
D | NotificationSwipeHelper.java | 72 private final boolean mUseRoundnessSourceTypes; field in NotificationSwipeHelper 85 mUseRoundnessSourceTypes = featureFlags.isEnabled(Flags.USE_ROUNDNESS_SOURCETYPES); in NotificationSwipeHelper() 323 if (mUseRoundnessSourceTypes in prepareDismissAnimation()
|
D | NotificationStackScrollLayoutController.java | 189 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) {
|
D | StackScrollAlgorithm.java | 78 private boolean mUseRoundnessSourceTypes; field in StackScrollAlgorithm 847 if (mUseRoundnessSourceTypes) { in clampHunToMaxTranslation() 995 mUseRoundnessSourceTypes = enabled; in useRoundnessSourceTypes()
|
D | NotificationStackScrollLayout.java | 202 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/ |
D | NotificationHeaderViewWrapper.java | 74 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/ |
D | HeadsUpAppearanceController.java | 80 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/ |
D | ActivatableNotificationView.java | 146 protected boolean mUseRoundnessSourceTypes; field in ActivatableNotificationView 798 mUseRoundnessSourceTypes = enabled; in useRoundnessSourceTypes() 804 if (mUseRoundnessSourceTypes && !mOnDetachResetRoundness.isEmpty()) { in onDetachedFromWindow()
|
D | ExpandableNotificationRow.java | 884 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/ |
D | NotificationShelf.java | 126 if (!mUseRoundnessSourceTypes) { in onFinishInflate() 519 if (mUseRoundnessSourceTypes) { 526 if (!mUseRoundnessSourceTypes && anv.isFirstInSection()) { 540 if (!mUseRoundnessSourceTypes && anv.isLastInSection()) {
|