Searched defs:notification (Results 1 - 25 of 159) sorted by relevance

1234567

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DInflationException.java17 package com.android.systemui.statusbar.notification;
H A DCustomInterpolatorTransformation.java17 package com.android.systemui.statusbar.notification;
28 import static com.android.systemui.statusbar.notification.TransformState.TRANSFORM_Y;
43 public boolean transformTo(TransformState ownState, TransformableView notification, argument
48 TransformState otherState = notification.getCurrentState(mViewType);
65 TransformableView notification, float transformationAmount) {
69 TransformState otherState = notification.getCurrentState(mViewType);
64 transformFrom(TransformState ownState, TransformableView notification, float transformationAmount) argument
H A DNotificationBigPictureTemplateViewWrapper.java17 package com.android.systemui.statusbar.notification;
23 import android.service.notification.StatusBarNotification;
29 * Wraps a notification containing a big picture template
44 private void updateImageTag(StatusBarNotification notification) { argument
45 final Bundle extras = notification.getNotification().extras;
H A DNotificationBigTextTemplateViewWrapper.java17 package com.android.systemui.statusbar.notification;
20 import android.service.notification.StatusBarNotification;
28 * Wraps a notification containing a big text template
39 private void resolveViews(StatusBarNotification notification) { argument
45 // Reinspect the notification. Before the super call, because the super call also updates
H A DAboveShelfChangedListener.java17 package com.android.systemui.statusbar.notification;
20 * A listener for when the above shelf state of notification changes
H A DImageGradientColorizer.java17 package com.android.systemui.statusbar.notification;
H A DVisibilityLocationProvider.java17 package com.android.systemui.statusbar.notification;
H A DHybridNotificationView.java17 package com.android.systemui.statusbar.notification;
77 public boolean transformTo(TransformState ownState, TransformableView notification,
80 TransformState otherState = notification.getCurrentState(
92 TransformableView notification, float transformationAmount) {
94 TransformState otherState = notification.getCurrentState(
131 public void transformTo(TransformableView notification, Runnable endRunnable) { argument
132 mTransformationHelper.transformTo(notification, endRunnable);
136 public void transformTo(TransformableView notification, float transformationAmount) { argument
137 mTransformationHelper.transformTo(notification, transformationAmount);
141 public void transformFrom(TransformableView notification) { argument
146 transformFrom(TransformableView notification, float transformationAmount) argument
[all...]
H A DActionListTransformState.java17 package com.android.systemui.statusbar.notification;
H A DNotificationCounters.java17 package com.android.systemui.statusbar.notification;
23 /** Counter tag for notification dismissal. */
41 /** Counter tag for when the user hits the notification settings icon in the blocking helper. */
H A DProgressTransformState.java17 package com.android.systemui.statusbar.notification;
H A DPropertyAnimator.java17 package com.android.systemui.statusbar.notification;
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationSignalExtractor.java17 package com.android.server.notification;
24 * not be passed on to {@link android.service.notification.NotificationListenerService}s.
34 * Called once per notification that is posted or updated.
39 * update events to the {@link android.service.notification.NotificationListenerService}s.
41 public RankingReconsideration process(NotificationRecord notification); argument
H A DAlertRateLimiter.java17 package com.android.server.notification;
H A DGlobalSortKeyComparator.java16 package com.android.server.notification;
H A DRankingHandler.java16 package com.android.server.notification;
H A DNotificationManagerInternal.java17 package com.android.server.notification;
25 String tag, int id, Notification notification, int userId);
24 enqueueNotification(String pkg, String basePkg, int callingUid, int callingPid, String tag, int id, Notification notification, int userId) argument
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationAdjustmentExtractorTest.java17 package com.android.server.notification;
30 import android.service.notification.Adjustment;
31 import android.service.notification.SnoozeCriterion;
32 import android.service.notification.StatusBarNotification;
H A DNotificationChannelExtractorTest.java17 package com.android.server.notification;
34 import android.service.notification.StatusBarNotification;
H A DNotificationChannelTest.java17 package com.android.server.notification;
H A DNotificationIntrusivenessExtractorTest.java17 package com.android.server.notification;
22 import static com.android.server.notification.NotificationIntrusivenessExtractor.HANG_TIME_MS;
33 import android.service.notification.StatusBarNotification;
/frameworks/base/core/java/com/android/internal/notification/
H A DNotificationAccessConfirmationActivityContract.java17 package com.android.internal.notification;
25 "com.android.settings.notification.NotificationAccessConfirmationActivity");
/frameworks/base/packages/ExtServices/tests/src/android/ext/services/notification/
H A DChannelImpressionsTest.java17 package android.ext.services.notification;
19 import static android.ext.services.notification.ChannelImpressions.DEFAULT_DISMISS_TO_VIEW_RATIO_LIMIT;
20 import static android.ext.services.notification.ChannelImpressions.DEFAULT_STREAK_LIMIT;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
H A DZenRadioLayout.java15 package com.android.settingslib.notification;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationUpdateHandler.java19 import android.service.notification.NotificationListenerService;
20 import android.service.notification.StatusBarNotification;
23 * Interface for accepting notification updates from {@link NotificationListener}.
27 * Add a new notification and update the current notification ranking map.
29 * @param notification Notification to add
32 void addNotification(StatusBarNotification notification, argument
36 * Remove a notification and update the current notification ranking map.
38 * @param key Key identifying the notification t
49 updateNotification(StatusBarNotification notification, NotificationListenerService.RankingMap ranking) argument
[all...]

Completed in 3488 milliseconds

1234567