/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | StackScrollAlgorithm.java | 25 import com.android.systemui.statusbar.ExpandableNotificationRow; 119 if (v instanceof ExpandableNotificationRow) { in getNotificationChildrenStates() 120 ExpandableNotificationRow row = (ExpandableNotificationRow) v; in getNotificationChildrenStates() 155 boolean isHeadsUp = (child instanceof ExpandableNotificationRow) in updateClipping() 156 && ((ExpandableNotificationRow) child).isPinned(); in updateClipping() 176 if (!(v instanceof ExpandableNotificationRow)) { in canChildBeDismissed() 179 ExpandableNotificationRow row = (ExpandableNotificationRow) v; in canChildBeDismissed() 278 if (v instanceof ExpandableNotificationRow) { in initAlgorithmState() 279 ExpandableNotificationRow row = (ExpandableNotificationRow) v; in initAlgorithmState() 282 List<ExpandableNotificationRow> children = in initAlgorithmState() [all …]
|
D | StackScrollState.java | 26 import com.android.systemui.statusbar.ExpandableNotificationRow; 62 if (child instanceof ExpandableNotificationRow) { in resetViewStates() 63 ExpandableNotificationRow row = (ExpandableNotificationRow) child; in resetViewStates() 64 List<ExpandableNotificationRow> children = in resetViewStates() 67 for (ExpandableNotificationRow childRow : children) { in resetViewStates() 173 if (view instanceof ExpandableNotificationRow) { 174 ExpandableNotificationRow row = (ExpandableNotificationRow) view;
|
D | NotificationChildrenContainer.java | 35 import com.android.systemui.statusbar.ExpandableNotificationRow; 57 private final List<ExpandableNotificationRow> mChildren = new ArrayList<>(); 67 private ExpandableNotificationRow mNotificationParent; 160 ExpandableNotificationRow child = mChildren.get(i); in onMeasure() 200 public void addNotification(ExpandableNotificationRow row, int childIndex) { in addNotification() 213 public void removeNotification(ExpandableNotificationRow row) { 311 public List<ExpandableNotificationRow> getNotificationChildren() { 323 public boolean applyChildOrder(List<ExpandableNotificationRow> childOrder, 331 ExpandableNotificationRow child = mChildren.get(i); 332 ExpandableNotificationRow desiredChild = childOrder.get(i); [all …]
|
D | NotificationStackScrollLayout.java | 68 import com.android.systemui.statusbar.ExpandableNotificationRow; 258 private HashSet<Pair<ExpandableNotificationRow, Boolean>> mHeadsUpChangeAnimations 265 private final ArrayList<Pair<ExpandableNotificationRow, Boolean>> mTmpList = new ArrayList<>(); 395 public void onGearTouched(ExpandableNotificationRow row, int x, int y) { in onGearTouched() 404 public void onSettingsIconRowReset(ExpandableNotificationRow row) { in onSettingsIconRowReset() 525 private void requestAnimationOnViewResize(ExpandableNotificationRow row) { in requestAnimationOnViewResize() 541 public boolean isInVisibleLocation(ExpandableNotificationRow row) { in isInVisibleLocation() 793 ExpandableNotificationRow row = (ExpandableNotificationRow) v; in onChildDismissed() 816 if (v instanceof ExpandableNotificationRow) { in handleChildDismissed() 817 ExpandableNotificationRow row = (ExpandableNotificationRow) v; in handleChildDismissed() [all …]
|
D | StackStateAnimator.java | 30 import com.android.systemui.statusbar.ExpandableNotificationRow; 263 if (child instanceof ExpandableNotificationRow) { in startStackAnimations() 264 ExpandableNotificationRow row = (ExpandableNotificationRow) child; in startStackAnimations() 511 if (!mWasCancelled && child instanceof ExpandableNotificationRow) { in startHeightAnimation() 512 ((ExpandableNotificationRow) child).setGroupExpansionChanging( in startHeightAnimation() 772 ((ExpandableNotificationRow) child).setHeadsupDisappearRunning(false); in startYTranslationAnimation() 918 ExpandableNotificationRow row = (ExpandableNotificationRow) event.changingView; in processAnimationEvents()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationHeaderUtil.java | 41 public Object extractData(ExpandableNotificationRow row) { 89 private final ExpandableNotificationRow mRow; 93 public NotificationHeaderUtil(ExpandableNotificationRow row) { in NotificationHeaderUtil() 135 List<ExpandableNotificationRow> notificationChildren = mRow.getNotificationChildren(); in updateChildrenHeaderAppearance() 146 ExpandableNotificationRow row = notificationChildren.get(i); in updateChildrenHeaderAppearance() 154 ExpandableNotificationRow row = notificationChildren.get(i); in updateChildrenHeaderAppearance() 163 private void sanitizeHeaderViews(ExpandableNotificationRow row) { in sanitizeHeaderViews() 230 public void restoreNotificationHeader(ExpandableNotificationRow row) { in restoreNotificationHeader() 241 private final ExpandableNotificationRow mParentRow; 247 public static HeaderProcessor forTextView(ExpandableNotificationRow row, int id) { in forTextView() [all …]
|
D | ExpandableNotificationRow.java | 63 public class ExpandableNotificationRow extends ActivatableNotificationView { class 137 private ExpandableNotificationRow mNotificationParent; 175 private static final Property<ExpandableNotificationRow, Float> TRANSLATE_CONTENT = 176 new FloatProperty<ExpandableNotificationRow>("translate") { 178 public void setValue(ExpandableNotificationRow object, float value) { 183 public Float get(ExpandableNotificationRow object) { 224 List<ExpandableNotificationRow> notificationChildren = in setIconAnimationRunning() 227 ExpandableNotificationRow child = notificationChildren.get(i); in setIconAnimationRunning() 359 public void addChildNotification(ExpandableNotificationRow row) { 369 public void addChildNotification(ExpandableNotificationRow row, int childIndex) { [all …]
|
D | NotificationSettingsIconRow.java | 39 public void onGearTouched(ExpandableNotificationRow row, int x, int y); in onGearTouched() 44 public void onSettingsIconRowReset(ExpandableNotificationRow row); in onSettingsIconRowReset() 47 private ExpandableNotificationRow mParent; 110 public void setNotificationRowParent(ExpandableNotificationRow parent) { in setNotificationRowParent() 122 public ExpandableNotificationRow getNotificationParent() { in getNotificationParent()
|
D | BaseStatusBar.java | 129 ExpandableNotificationRow.ExpansionLogger, NotificationData.Environment, 130 ExpandableNotificationRow.OnExpandClickListener, OnGutsClosedListener { 407 if (parent instanceof ExpandableNotificationRow) { 408 return ((ExpandableNotificationRow) parent).getStatusBarNotification().getKey(); 456 ExpandableNotificationRow row = null; 458 if (p instanceof ExpandableNotificationRow) { 459 row = (ExpandableNotificationRow) p; 981 protected void bindDismissListener(final ExpandableNotificationRow row) { in bindDismissListener() 1071 private void bindGuts(final ExpandableNotificationRow row) { in bindGuts() 1142 ExpandableNotificationRow row, NotificationGuts guts, View done) { in saveImportanceCloseControls() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | OnHeadsUpChangedListener.java | 19 import com.android.systemui.statusbar.ExpandableNotificationRow; 36 default void onHeadsUpPinned(ExpandableNotificationRow headsUp) {} in onHeadsUpPinned() 41 default void onHeadsUpUnPinned(ExpandableNotificationRow headsUp) {} in onHeadsUpUnPinned()
|
D | HeadsUpManager.java | 35 import com.android.systemui.statusbar.ExpandableNotificationRow; 230 ExpandableNotificationRow row = headsUpEntry.entry.row; in setEntryPinned() 398 ExpandableNotificationRow topEntry = getTopEntry().entry.row; in onComputeInternalInsets() 400 final ExpandableNotificationRow groupSummary in onComputeInternalInsets() 517 ExpandableNotificationRow row = topEntry.entry.row; in getTopHeadsUpPinnedHeight() 519 final ExpandableNotificationRow groupSummary in getTopHeadsUpPinnedHeight()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | VisibilityLocationProvider.java | 19 import com.android.systemui.statusbar.ExpandableNotificationRow; 29 boolean isInVisibleLocation(ExpandableNotificationRow row); in isInVisibleLocation()
|
D | 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) { in wrap() 64 protected NotificationViewWrapper(View view, ExpandableNotificationRow row) { in NotificationViewWrapper()
|
D | NotificationBigPictureTemplateViewWrapper.java | 26 import com.android.systemui.statusbar.ExpandableNotificationRow; 34 ExpandableNotificationRow row) { in NotificationBigPictureTemplateViewWrapper()
|
D | NotificationMediaTemplateViewWrapper.java | 23 import com.android.systemui.statusbar.ExpandableNotificationRow; 32 ExpandableNotificationRow row) { in NotificationMediaTemplateViewWrapper()
|
D | NotificationBigTextTemplateViewWrapper.java | 24 import com.android.systemui.statusbar.ExpandableNotificationRow; 35 ExpandableNotificationRow row) { in NotificationBigTextTemplateViewWrapper()
|
D | NotificationMessagingTemplateViewWrapper.java | 20 import com.android.systemui.statusbar.ExpandableNotificationRow; 35 ExpandableNotificationRow row) { in NotificationMessagingTemplateViewWrapper()
|
D | VisualStabilityManager.java | 22 import com.android.systemui.statusbar.ExpandableNotificationRow; 99 public boolean canReorderNotification(ExpandableNotificationRow row) { in canReorderNotification()
|
D | NotificationCustomViewWrapper.java | 33 import com.android.systemui.statusbar.ExpandableNotificationRow; 48 protected NotificationCustomViewWrapper(View view, ExpandableNotificationRow row) { in NotificationCustomViewWrapper()
|
D | TransformState.java | 32 import com.android.systemui.statusbar.ExpandableNotificationRow; 325 ExpandableNotificationRow row = view instanceof ExpandableNotificationRow in setClippingDeactivated() 326 ? (ExpandableNotificationRow) view in setClippingDeactivated()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpTouchHelper.java | 24 import com.android.systemui.statusbar.ExpandableNotificationRow; 44 private ExpandableNotificationRow mPickedChild; 80 if (child instanceof ExpandableNotificationRow) { in onInterceptTouchEvent() 81 mPickedChild = (ExpandableNotificationRow) child; in onInterceptTouchEvent()
|
D | NotificationGroupManager.java | 22 import com.android.systemui.statusbar.ExpandableNotificationRow; 224 ExpandableNotificationRow logicalGroupSummary = getLogicalGroupSummary(sbn); in isOnlyChildInGroup() 303 public ExpandableNotificationRow getGroupSummary(StatusBarNotification sbn) { in getGroupSummary() 312 public ExpandableNotificationRow getLogicalGroupSummary( in getLogicalGroupSummary() 318 private ExpandableNotificationRow getGroupSummary(String groupKey) { in getGroupSummary() 365 public void onHeadsUpPinned(ExpandableNotificationRow headsUp) { in onHeadsUpPinned() 369 public void onHeadsUpUnPinned(ExpandableNotificationRow headsUp) { in onHeadsUpUnPinned() 489 void onGroupExpansionChanged(ExpandableNotificationRow changedRow, boolean expanded); in onGroupExpansionChanged()
|
D | PhoneStatusBar.java | 160 import com.android.systemui.statusbar.ExpandableNotificationRow; 556 private ExpandableNotificationRow mDraggedDownRow; 663 private HashMap<ExpandableNotificationRow, List<ExpandableNotificationRow>> mTmpChildOrderMap 1189 if (child instanceof ExpandableNotificationRow) { in clearAllNotifications() 1195 ExpandableNotificationRow row = (ExpandableNotificationRow) child; in clearAllNotifications() 1196 List<ExpandableNotificationRow> children = row.getNotificationChildren(); in clearAllNotifications() 1198 for (ExpandableNotificationRow childRow : children) { in clearAllNotifications() 1688 List<ExpandableNotificationRow> notificationChildren = in handleGroupSummaryRemoved() 1690 ArrayList<ExpandableNotificationRow> toRemove = new ArrayList<>(); in handleGroupSummaryRemoved() 1692 ExpandableNotificationRow row = notificationChildren.get(i); in handleGroupSummaryRemoved() [all …]
|
D | ScrimController.java | 35 import com.android.systemui.statusbar.ExpandableNotificationRow; 458 public void onHeadsUpPinned(ExpandableNotificationRow headsUp) { in onHeadsUpPinned() 464 public void onHeadsUpUnPinned(ExpandableNotificationRow headsUp) { in onHeadsUpUnPinned()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notification/ |
D | VisualStabilityManagerTest.java | 20 import com.android.systemui.statusbar.ExpandableNotificationRow; 43 private ExpandableNotificationRow mRow = mock(ExpandableNotificationRow.class);
|