Searched defs:ExpandableNotificationRow (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java103 public class ExpandableNotificationRow extends ActivatableNotificationView class in inherits:ActivatableNotificationView,PluginListener
113 * Listener for when {@link ExpandableNotificationRow} is laid out.
206 private ExpandableNotificationRow mNotificationParent;
268 private static final Property<ExpandableNotificationRow, Float> TRANSLATE_CONTENT =
269 new FloatProperty<ExpandableNotificationRow>("translate") {
271 public void setValue(ExpandableNotificationRow object, float value) {
276 public Float get(ExpandableNotificationRow object) {
361 List<ExpandableNotificationRow> notificationChildren =
364 ExpandableNotificationRow child = notificationChildren.get(i);
620 public void addChildNotification(ExpandableNotificationRow ro
1477 public ExpandableNotificationRow(Context context, AttributeSet attrs) { method in class:ExpandableNotificationRow
[all...]

Completed in 13 milliseconds