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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java85 public class ExpandableNotificationRow extends ActivatableNotificationView class in inherits:ActivatableNotificationView,PluginListener
175 private ExpandableNotificationRow mNotificationParent;
231 private static final Property<ExpandableNotificationRow, Float> TRANSLATE_CONTENT =
232 new FloatProperty<ExpandableNotificationRow>("translate") {
234 public void setValue(ExpandableNotificationRow object, float value) {
239 public Float get(ExpandableNotificationRow object) {
296 List<ExpandableNotificationRow> notificationChildren =
299 ExpandableNotificationRow child = notificationChildren.get(i);
501 public void addChildNotification(ExpandableNotificationRow row) {
511 public void addChildNotification(ExpandableNotificationRow ro
1240 public ExpandableNotificationRow(Context context, AttributeSet attrs) { method in class:ExpandableNotificationRow
[all...]

Completed in 131 milliseconds