Searched defs:ExpandableNotificationRow (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java48 public class ExpandableNotificationRow extends ActivatableNotificationView { class in inherits:ActivatableNotificationView
200 public void addChildNotification(ExpandableNotificationRow row) {
210 public void addChildNotification(ExpandableNotificationRow row, int childIndex) {
217 public void removeChildNotification(ExpandableNotificationRow row) {
228 public List<ExpandableNotificationRow> getNotificationChildren() {
238 public boolean applyChildOrder(List<ExpandableNotificationRow> childOrder) {
269 public ExpandableNotificationRow getViewAtPosition(float y) {
273 ExpandableNotificationRow view = mChildrenContainer.getViewAtPosition(y);
330 List<ExpandableNotificationRow> notificationChildren =
333 ExpandableNotificationRow chil
364 public ExpandableNotificationRow(Context context, AttributeSet attrs) { method in class:ExpandableNotificationRow
[all...]

Completed in 25 milliseconds