HomeSort by relevance Sort by last modified time
    Searched refs:NotificationStackScrollLayout (Results 1 - 13 of 13) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AnimationFilter.java 95 public void applyCombination(ArrayList<NotificationStackScrollLayout.AnimationEvent> events) {
99 NotificationStackScrollLayout.AnimationEvent ev = events.get(i);
102 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_GO_TO_FULL_SHADE) {
106 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_DARK) {
110 if (ev.animationType == NotificationStackScrollLayout.AnimationEvent
145 NotificationStackScrollLayout.AnimationEvent.DARK_ANIMATION_ORIGIN_INDEX_ABOVE;
StackStateAnimator.java 79 public NotificationStackScrollLayout mHostLayout;
80 private ArrayList<NotificationStackScrollLayout.AnimationEvent> mNewEvents =
99 public StackStateAnimator(NotificationStackScrollLayout hostLayout) {
112 ArrayList<NotificationStackScrollLayout.AnimationEvent> mAnimationEvents,
120 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents);
161 if (NotificationStackScrollLayout.isPinnedHeadsUp(child)) {
334 for (NotificationStackScrollLayout.AnimationEvent event : mNewEvents) {
337 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_ADD: {
348 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE_SWIPED_OUT:
350 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE:
    [all...]
NotificationStackScrollLayout.java 92 public class NotificationStackScrollLayout extends ViewGroup
341 private static final Property<NotificationStackScrollLayout, Float> BACKGROUND_FADE =
342 new FloatProperty<NotificationStackScrollLayout>("backgroundFade") {
344 public void setValue(NotificationStackScrollLayout object, float value) {
349 public Float get(NotificationStackScrollLayout object) {
357 public NotificationStackScrollLayout(Context context) {
361 public NotificationStackScrollLayout(Context context, AttributeSet attrs) {
365 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr) {
369 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr,
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
HeadsUpTouchHelper.java 27 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
35 private NotificationStackScrollLayout mStackScroller;
47 NotificationStackScrollLayout stackScroller,
StatusBarWindowView.java 60 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
68 private NotificationStackScrollLayout mStackScrollLayout;
161 mStackScrollLayout = (NotificationStackScrollLayout) findViewById(
NotificationPanelView.java 64 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
71 View.OnClickListener, NotificationStackScrollLayout.OnOverscrollTopChangedListener,
72 KeyguardAffordanceHelper.Callback, NotificationStackScrollLayout.OnEmptySpaceClickListener,
102 protected NotificationStackScrollLayout mNotificationStackScroller;
228 mNotificationStackScroller = (NotificationStackScrollLayout)
    [all...]
PhoneStatusBar.java 193 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
194 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout
535 public void onChildLocationsChanged(NotificationStackScrollLayout stackScrollLayout) {
574 NotificationStackScrollLayout stackScrollLayout) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BrightnessMirrorController.java 28 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
35 private final NotificationStackScrollLayout mStackScroller;
50 mStackScroller = (NotificationStackScrollLayout) statusBarWindow.findViewById(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DismissViewButton.java 24 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
47 * drawing rect, since we layout all children in the {@link NotificationStackScrollLayout} at
ExpandableView.java 27 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
289 * drawing rect, since we layout all children in the {@link NotificationStackScrollLayout} at
ActivatableNotificationView.java 40 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
426 float alpha = NotificationStackScrollLayout.BACKGROUND_ALPHA_DIMMED;
    [all...]
ExpandableNotificationRow.java 54 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
    [all...]
BaseStatusBar.java 112 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
173 protected NotificationStackScrollLayout mStackScroller;
    [all...]

Completed in 1632 milliseconds