HomeSort by relevance Sort by last modified time
    Searched refs:ExpandableNotificationRow (Results 1 - 7 of 7) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 42 import com.android.systemui.statusbar.ExpandableNotificationRow;
655 return v instanceof ExpandableNotificationRow
656 && ((ExpandableNotificationRow) v).isExpandable();
660 if (v instanceof ExpandableNotificationRow) {
661 ((ExpandableNotificationRow) v).setUserExpanded(userExpanded);
666 if (v instanceof ExpandableNotificationRow) {
667 ((ExpandableNotificationRow) v).setUserLocked(userLocked);
    [all...]
StackScrollAlgorithm.java 26 import com.android.systemui.statusbar.ExpandableNotificationRow;
480 if (child instanceof ExpandableNotificationRow) {
481 ExpandableNotificationRow row = (ExpandableNotificationRow) child;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 32 public class ExpandableNotificationRow extends ActivatableNotificationView {
136 public ExpandableNotificationRow(Context context, AttributeSet attrs) {
BaseStatusBar.java 110 RecentsComponent.Callbacks, ExpandableNotificationRow.ExpansionLogger,
354 if (parent instanceof ExpandableNotificationRow) {
355 return ((ExpandableNotificationRow) parent).getStatusBarNotification().getKey();
    [all...]
NotificationData.java 44 public ExpandableNotificationRow row; // the outer expanded view
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 36 import com.android.systemui.statusbar.ExpandableNotificationRow;
501 if (!(v instanceof ExpandableNotificationRow)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 140 import com.android.systemui.statusbar.ExpandableNotificationRow;
496 private ExpandableNotificationRow mDraggedDownRow;
    [all...]

Completed in 246 milliseconds