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 40 import com.android.systemui.statusbar.ExpandableNotificationRow;
604 return v instanceof ExpandableNotificationRow
605 && ((ExpandableNotificationRow) v).isExpandable();
609 if (v instanceof ExpandableNotificationRow) {
610 ((ExpandableNotificationRow) v).setUserExpanded(userExpanded);
615 if (v instanceof ExpandableNotificationRow) {
616 ((ExpandableNotificationRow) v).setUserLocked(userLocked);
    [all...]
StackScrollAlgorithm.java 26 import com.android.systemui.statusbar.ExpandableNotificationRow;
470 if (child instanceof ExpandableNotificationRow) {
471 ExpandableNotificationRow row = (ExpandableNotificationRow) child;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 33 public class ExpandableNotificationRow extends ActivatableNotificationView {
131 public ExpandableNotificationRow(Context context, AttributeSet attrs) {
NotificationData.java 44 public ExpandableNotificationRow row; // the outer expanded view
BaseStatusBar.java 109 RecentsComponent.Callbacks, ExpandableNotificationRow.ExpansionLogger,
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 36 import com.android.systemui.statusbar.ExpandableNotificationRow;
498 if (!(v instanceof ExpandableNotificationRow)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 132 import com.android.systemui.statusbar.ExpandableNotificationRow;
485 private ExpandableNotificationRow mDraggedDownRow;
    [all...]

Completed in 151 milliseconds