/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
NotificationBigPictureTemplateViewWrapper.java | 26 import com.android.systemui.statusbar.ExpandableNotificationRow; 34 ExpandableNotificationRow row) {
|
NotificationBigTextTemplateViewWrapper.java | 24 import com.android.systemui.statusbar.ExpandableNotificationRow; 35 ExpandableNotificationRow row) {
|
NotificationMediaTemplateViewWrapper.java | 23 import com.android.systemui.statusbar.ExpandableNotificationRow; 32 ExpandableNotificationRow row) {
|
NotificationMessagingTemplateViewWrapper.java | 20 import com.android.systemui.statusbar.ExpandableNotificationRow; 35 ExpandableNotificationRow row) {
|
NotificationViewWrapper.java | 29 import com.android.systemui.statusbar.ExpandableNotificationRow; 41 protected final ExpandableNotificationRow mRow; 45 public static NotificationViewWrapper wrap(Context ctx, View v, ExpandableNotificationRow row) { 64 protected NotificationViewWrapper(View view, ExpandableNotificationRow row) {
|
NotificationCustomViewWrapper.java | 33 import com.android.systemui.statusbar.ExpandableNotificationRow; 48 protected NotificationCustomViewWrapper(View view, ExpandableNotificationRow row) {
|
TransformState.java | 32 import com.android.systemui.statusbar.ExpandableNotificationRow; 324 ExpandableNotificationRow row = view instanceof ExpandableNotificationRow 325 ? (ExpandableNotificationRow) view
|
NotificationTemplateViewWrapper.java | 29 import com.android.systemui.statusbar.ExpandableNotificationRow; 49 protected NotificationTemplateViewWrapper(Context ctx, View view, ExpandableNotificationRow row) {
|
HybridGroupManager.java | 32 import com.android.systemui.statusbar.ExpandableNotificationRow;
|
NotificationHeaderViewWrapper.java | 38 import com.android.systemui.statusbar.ExpandableNotificationRow; 64 protected NotificationHeaderViewWrapper(Context ctx, View view, ExpandableNotificationRow row) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
StackScrollState.java | 26 import com.android.systemui.statusbar.ExpandableNotificationRow; 62 if (child instanceof ExpandableNotificationRow) { 63 ExpandableNotificationRow row = (ExpandableNotificationRow) child; 64 List<ExpandableNotificationRow> children = 67 for (ExpandableNotificationRow childRow : children) { 173 if (view instanceof ExpandableNotificationRow) { 174 ExpandableNotificationRow row = (ExpandableNotificationRow) view;
|
StackScrollAlgorithm.java | 25 import com.android.systemui.statusbar.ExpandableNotificationRow; 119 if (v instanceof ExpandableNotificationRow) { 120 ExpandableNotificationRow row = (ExpandableNotificationRow) v; 155 boolean isHeadsUp = (child instanceof ExpandableNotificationRow) 156 && ((ExpandableNotificationRow) child).isPinned(); 176 if (!(v instanceof ExpandableNotificationRow)) { 179 ExpandableNotificationRow row = (ExpandableNotificationRow) v; 278 if (v instanceof ExpandableNotificationRow) { [all...] |
NotificationChildrenContainer.java | 35 import com.android.systemui.statusbar.ExpandableNotificationRow; 56 private final List<ExpandableNotificationRow> mChildren = new ArrayList<>(); 66 private ExpandableNotificationRow mNotificationParent; 157 ExpandableNotificationRow child = mChildren.get(i); 197 public void addNotification(ExpandableNotificationRow row, int childIndex) { 210 public void removeNotification(ExpandableNotificationRow row) { 308 public List<ExpandableNotificationRow> getNotificationChildren() { 318 public boolean applyChildOrder(List<ExpandableNotificationRow> childOrder) { 324 ExpandableNotificationRow child = mChildren.get(i); 325 ExpandableNotificationRow desiredChild = childOrder.get(i) [all...] |
NotificationStackScrollLayout.java | 68 import com.android.systemui.statusbar.ExpandableNotificationRow; 262 private HashSet<Pair<ExpandableNotificationRow, Boolean>> mHeadsUpChangeAnimations 269 private final ArrayList<Pair<ExpandableNotificationRow, Boolean>> mTmpList = new ArrayList<>(); 396 public void onGearTouched(ExpandableNotificationRow row, int x, int y) { 405 public void onSettingsIconRowReset(ExpandableNotificationRow row) { 529 private void requestAnimationOnViewResize(ExpandableNotificationRow row) { 790 ExpandableNotificationRow row = (ExpandableNotificationRow) v; [all...] |
StackStateAnimator.java | 30 import com.android.systemui.statusbar.ExpandableNotificationRow; 263 if (child instanceof ExpandableNotificationRow) { 264 ExpandableNotificationRow row = (ExpandableNotificationRow) child; 511 if (!mWasCancelled && child instanceof ExpandableNotificationRow) { 512 ((ExpandableNotificationRow) child).setGroupExpansionChanging( [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
NotificationHeaderUtil.java | 41 public Object extractData(ExpandableNotificationRow row) { 89 private final ExpandableNotificationRow mRow; 93 public NotificationHeaderUtil(ExpandableNotificationRow row) { 135 List<ExpandableNotificationRow> notificationChildren = mRow.getNotificationChildren(); 146 ExpandableNotificationRow row = notificationChildren.get(i); 154 ExpandableNotificationRow row = notificationChildren.get(i); 163 private void sanitizeHeaderViews(ExpandableNotificationRow row) { 230 public void restoreNotificationHeader(ExpandableNotificationRow row) { 241 private final ExpandableNotificationRow mParentRow; 247 public static HeaderProcessor forTextView(ExpandableNotificationRow row, int id) [all...] |
ExpandableNotificationRow.java | 62 public class ExpandableNotificationRow extends ActivatableNotificationView { 136 private ExpandableNotificationRow mNotificationParent; 174 private static final Property<ExpandableNotificationRow, Float> TRANSLATE_CONTENT = 175 new FloatProperty<ExpandableNotificationRow>("translate") { 177 public void setValue(ExpandableNotificationRow object, float value) { 182 public Float get(ExpandableNotificationRow object) { 223 List<ExpandableNotificationRow> notificationChildren = 226 ExpandableNotificationRow child = notificationChildren.get(i); 354 public void addChildNotification(ExpandableNotificationRow row) { 364 public void addChildNotification(ExpandableNotificationRow row, int childIndex) [all...] |
NotificationSettingsIconRow.java | 39 public void onGearTouched(ExpandableNotificationRow row, int x, int y); 44 public void onSettingsIconRowReset(ExpandableNotificationRow row); 47 private ExpandableNotificationRow mParent; 110 public void setNotificationRowParent(ExpandableNotificationRow parent) { 122 public ExpandableNotificationRow getNotificationParent() {
|
BaseStatusBar.java | 123 ExpandableNotificationRow.ExpansionLogger, NotificationData.Environment, 124 ExpandableNotificationRow.OnExpandClickListener, 397 if (parent instanceof ExpandableNotificationRow) { 398 return ((ExpandableNotificationRow) parent).getStatusBarNotification().getKey(); 446 ExpandableNotificationRow row = null; 448 if (p instanceof ExpandableNotificationRow) { 449 row = (ExpandableNotificationRow) p; [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
HeadsUpTouchHelper.java | 24 import com.android.systemui.statusbar.ExpandableNotificationRow; 44 private ExpandableNotificationRow mPickedChild; 80 if (child instanceof ExpandableNotificationRow) { 81 mPickedChild = (ExpandableNotificationRow) child;
|
NotificationGroupManager.java | 22 import com.android.systemui.statusbar.ExpandableNotificationRow; 223 ExpandableNotificationRow logicalGroupSummary = getLogicalGroupSummary(sbn); 302 public ExpandableNotificationRow getGroupSummary(StatusBarNotification sbn) { 311 public ExpandableNotificationRow getLogicalGroupSummary( 317 private ExpandableNotificationRow getGroupSummary(String groupKey) { 364 public void onHeadsUpPinned(ExpandableNotificationRow headsUp) { 368 public void onHeadsUpUnPinned(ExpandableNotificationRow headsUp) { 488 void onGroupExpansionChanged(ExpandableNotificationRow changedRow, boolean expanded);
|
PhoneStatusBar.java | 158 import com.android.systemui.statusbar.ExpandableNotificationRow; 542 private ExpandableNotificationRow mDraggedDownRow; 653 private HashMap<ExpandableNotificationRow, List<ExpandableNotificationRow>> mTmpChildOrderMap [all...] |
ScrimController.java | 35 import com.android.systemui.statusbar.ExpandableNotificationRow; 450 public void onHeadsUpPinned(ExpandableNotificationRow headsUp) { 456 public void onHeadsUpUnPinned(ExpandableNotificationRow headsUp) {
|
NotificationPanelView.java | 54 import com.android.systemui.statusbar.ExpandableNotificationRow; 424 if (!(child instanceof ExpandableNotificationRow)) { 427 ExpandableNotificationRow row = (ExpandableNotificationRow) child; [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
HeadsUpManager.java | 34 import com.android.systemui.statusbar.ExpandableNotificationRow; 221 ExpandableNotificationRow row = headsUpEntry.entry.row; 389 ExpandableNotificationRow topEntry = getTopEntry().entry.row; 391 final ExpandableNotificationRow groupSummary 508 ExpandableNotificationRow row = topEntry.entry.row; 510 final ExpandableNotificationRow groupSummary 729 void onHeadsUpPinned(ExpandableNotificationRow headsUp); 734 void onHeadsUpUnPinned(ExpandableNotificationRow headsUp);
|