Searched refs:ActivatableNotificationView (Results 1 – 7 of 7) sorted by relevance
23 import com.android.systemui.statusbar.ActivatableNotificationView;37 private ActivatableNotificationView mActivatedChild;55 private ActivatableNotificationView mLastVisibleBackgroundChild;133 public void setActivatedChild(ActivatableNotificationView activatedChild) { in setActivatedChild()149 public ActivatableNotificationView getActivatedChild() { in getActivatedChild()246 ActivatableNotificationView lastVisibleBackgroundChild) { in setLastVisibleBackgroundChild()250 public ActivatableNotificationView getLastVisibleBackgroundChild() { in getLastVisibleBackgroundChild()
70 import com.android.systemui.statusbar.ActivatableNotificationView;291 private ActivatableNotificationView mFirstVisibleBackgroundChild = null;292 private ActivatableNotificationView mLastVisibleBackgroundChild = null;2221 ActivatableNotificationView firstView = mFirstVisibleBackgroundChild; in updateBackgroundBounds()2235 ActivatableNotificationView lastView = mShelf.hasItemsInStableShelf() in updateBackgroundBounds()2273 private ActivatableNotificationView getFirstPinnedHeadsUp() { in getFirstPinnedHeadsUp()2288 private ActivatableNotificationView getLastChildWithBackground() { in getLastChildWithBackground()2292 if (child.getVisibility() != View.GONE && child instanceof ActivatableNotificationView in getLastChildWithBackground()2294 return (ActivatableNotificationView) child; in getLastChildWithBackground()2300 private ActivatableNotificationView getFirstChildWithBackground() { in getFirstChildWithBackground()[all …]
50 public abstract class ActivatableNotificationView extends ExpandableOutlineView { class183 public ActivatableNotificationView(Context context, AttributeSet attrs) { in ActivatableNotificationView() method in ActivatableNotificationView962 public boolean hasSameBgColor(ActivatableNotificationView otherView) { in hasSameBgColor()996 void onActivated(ActivatableNotificationView view); in onActivated()997 void onActivationReset(ActivatableNotificationView view); in onActivationReset()
44 public class NotificationShelf extends ActivatableNotificationView implements
82 public class ExpandableNotificationRow extends ActivatableNotificationView
66 import com.android.systemui.statusbar.ActivatableNotificationView;269 ActivatableNotificationView view = mock(ActivatableNotificationView.class); in onActivatedMetrics()
189 import com.android.systemui.statusbar.ActivatableNotificationView;258 ActivatableNotificationView.OnActivatedListener,4436 ActivatableNotificationView activatedChild = mStackScroller.getActivatedChild(); in updateStackScrollerState()4527 public void onActivated(ActivatableNotificationView view) { in onActivated()4532 ActivatableNotificationView previousView = mStackScroller.getActivatedChild(); in onActivated()4567 public void onActivationReset(ActivatableNotificationView view) { in onActivationReset()