Searched refs:ActivatableNotificationView (Results 1 – 14 of 14) sorted by relevance
23 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;40 private final ActivatableNotificationView[] mFirstInSectionViews;41 private final ActivatableNotificationView[] mLastInSectionViews;42 private final ActivatableNotificationView[] mTmpFirstInSectionViews;43 private final ActivatableNotificationView[] mTmpLastInSectionViews;48 private ActivatableNotificationView mTrackedAmbient;53 mFirstInSectionViews = new ActivatableNotificationView[NUM_SECTIONS]; in NotificationRoundnessManager()54 mLastInSectionViews = new ActivatableNotificationView[NUM_SECTIONS]; in NotificationRoundnessManager()55 mTmpFirstInSectionViews = new ActivatableNotificationView[NUM_SECTIONS]; in NotificationRoundnessManager()56 mTmpLastInSectionViews = new ActivatableNotificationView[NUM_SECTIONS]; in NotificationRoundnessManager()[all …]
32 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;195 ActivatableNotificationView firstChild, in updateFirstAndLastViewsInSections()196 ActivatableNotificationView lastChild) { in updateFirstAndLastViewsInSections()198 ActivatableNotificationView previousLastHighPriorityChild = in updateFirstAndLastViewsInSections()200 ActivatableNotificationView previousFirstLowPriorityChild = in updateFirstAndLastViewsInSections()202 ActivatableNotificationView lastHighPriorityChild = getLastHighPriorityChild(); in updateFirstAndLastViewsInSections()203 ActivatableNotificationView firstLowPriorityChild = getFirstLowPriorityChild(); in updateFirstAndLastViewsInSections()235 private ActivatableNotificationView getFirstLowPriorityChild() { in getFirstLowPriorityChild()244 private ActivatableNotificationView getLastHighPriorityChild() { in getLastHighPriorityChild()245 ActivatableNotificationView lastChildBeforeGap = null; in getLastHighPriorityChild()
29 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;43 private ActivatableNotificationView mFirstVisibleChild;44 private ActivatableNotificationView mLastVisibleChild;194 public ActivatableNotificationView getFirstVisibleChild() { in getFirstVisibleChild()198 public ActivatableNotificationView getLastVisibleChild() { in getLastVisibleChild()202 public void setFirstVisibleChild(ActivatableNotificationView child) { in setFirstVisibleChild()206 public void setLastVisibleChild(ActivatableNotificationView child) { in setLastVisibleChild()243 ActivatableNotificationView firstView = getFirstVisibleChild(); in updateBounds()268 ActivatableNotificationView lastView = getLastVisibleChild(); in updateBounds()
31 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;51 private ActivatableNotificationView mActivatedChild;69 private ActivatableNotificationView mLastVisibleBackgroundChild;210 public void setActivatedChild(ActivatableNotificationView activatedChild) { in setActivatedChild()228 public ActivatableNotificationView getActivatedChild() { in getActivatedChild()347 ActivatableNotificationView lastVisibleBackgroundChild) { in setLastVisibleBackgroundChild()351 public ActivatableNotificationView getLastVisibleBackgroundChild() { in getLastVisibleBackgroundChild()
33 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;39 public class SectionHeaderView extends ActivatableNotificationView {
119 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;636 ActivatableNotificationView firstChild = getFirstChildWithBackground(); in getPulseHeight()2568 private ActivatableNotificationView getLastChildWithBackground() {2572 if (child.getVisibility() != View.GONE && child instanceof ActivatableNotificationView2574 return (ActivatableNotificationView) child;2581 private ActivatableNotificationView getFirstChildWithBackground() {2585 if (child.getVisibility() != View.GONE && child instanceof ActivatableNotificationView2587 return (ActivatableNotificationView) child;3152 ActivatableNotificationView previousFirstChild =3154 ActivatableNotificationView previousLastChild =[all …]
18 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;29 ActivatableNotificationView.OnActivatedListener {
43 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;57 public class NotificationShelf extends ActivatableNotificationView implements297 ActivatableNotificationView previousRow = null; in updateAppearance()302 if (!(child instanceof ActivatableNotificationView) in updateAppearance()307 ActivatableNotificationView row = (ActivatableNotificationView) child; in updateAppearance()510 private int updateNotificationClipHeight(ActivatableNotificationView row,
46 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;113 ActivatableNotificationView view = mock(ActivatableNotificationView.class); in onActivatedMetrics()
21 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;
70 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;415 public void onActivated(ActivatableNotificationView view) { in onActivated()425 ActivatableNotificationView previousView = mNotificationPanel.getActivatedChild(); in onActivated()432 public void onActivationReset(ActivatableNotificationView view) { in onActivationReset()
89 import com.android.systemui.statusbar.notification.row.ActivatableNotificationView;3095 public ActivatableNotificationView getActivatedChild() { in getActivatedChild()3099 public void setActivatedChild(ActivatableNotificationView o) { in setActivatedChild()
51 public abstract class ActivatableNotificationView extends ExpandableOutlineView { class170 public ActivatableNotificationView(Context context, AttributeSet attrs) { in ActivatableNotificationView() method in ActivatableNotificationView1028 public boolean hasSameBgColor(ActivatableNotificationView otherView) { in hasSameBgColor()1061 void onActivated(ActivatableNotificationView view); in onActivated()1062 void onActivationReset(ActivatableNotificationView view); in onActivationReset()
118 public class ExpandableNotificationRow extends ActivatableNotificationView